Home
last modified time | relevance | path

Searched refs:pme_turn_off (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpci-layerscape.c277 .pme_turn_off = ls_pcie_send_turnoff_msg,
282 .pme_turn_off = ls1021a_pcie_send_turnoff_msg,
294 .pme_turn_off = ls1043a_pcie_send_turnoff_msg,
H A Dpcie-designware-host.c1235 if (pci->pp.ops->pme_turn_off) { in dw_pcie_suspend_noirq()
1236 pci->pp.ops->pme_turn_off(&pci->pp); in dw_pcie_suspend_noirq()
H A Dpcie-designware.h419 void (*pme_turn_off)(struct dw_pcie_rp *pp); member
H A Dpci-imx6.c1390 .pme_turn_off = imx_pcie_pme_turn_off,