Home
last modified time | relevance | path

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

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