Home
last modified time | relevance | path

Searched refs:PMSG_AUTO_RESUME (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c279 return cdns3_controller_resume(dev, PMSG_AUTO_RESUME); in cdns3_plat_runtime_resume()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c395 return dwc3_imx8mp_resume(dwc3_imx, PMSG_AUTO_RESUME); in dwc3_imx8mp_runtime_resume()
H A Dcore.c2275 ret = dwc3_resume_common(dwc, PMSG_AUTO_RESUME); in dwc3_runtime_resume()
/openbmc/linux/drivers/usb/host/
H A Dxhci-plat.c536 return xhci_resume(xhci, PMSG_AUTO_RESUME); in xhci_plat_runtime_resume()
H A Dxhci-tegra.c2289 err = xhci_resume(xhci, runtime ? PMSG_AUTO_RESUME : PMSG_RESUME); in tegra_xusb_exit_elpg()
/openbmc/linux/include/linux/
H A Dpm.h569 #define PMSG_AUTO_RESUME ((struct pm_message) \ macro
/openbmc/linux/drivers/usb/core/
H A Dhcd-pci.c617 retval = resume_common(dev, PMSG_AUTO_RESUME); in hcd_pci_runtime_resume()
H A Ddriver.c1977 status = usb_resume_both(udev, PMSG_AUTO_RESUME); in usb_runtime_resume()
H A Dhcd.c2280 hcd_bus_resume(rhdev, PMSG_AUTO_RESUME); in hcd_bus_suspend()
/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_imx.c664 return imx_controller_resume(dev, PMSG_AUTO_RESUME); in ci_hdrc_imx_runtime_resume()
/openbmc/linux/drivers/ata/
H A Dlibata-core.c5281 ata_port_resume(to_ata_port(dev), PMSG_AUTO_RESUME); in ata_port_runtime_resume()