Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-plat.c280 return cdns3_controller_resume(dev, PMSG_AUTO_RESUME); in cdns3_plat_runtime_resume()
/linux-5.19.10/drivers/usb/dwc3/
Ddwc3-imx8mp.c397 return dwc3_imx8mp_resume(dwc3_imx, PMSG_AUTO_RESUME); in dwc3_imx8mp_runtime_resume()
Dcore.c2102 ret = dwc3_resume_common(dwc, PMSG_AUTO_RESUME); in dwc3_runtime_resume()
/linux-5.19.10/include/linux/
Dpm.h532 #define PMSG_AUTO_RESUME ((struct pm_message) \ macro
/linux-5.19.10/drivers/usb/core/
Ddriver.c1977 status = usb_resume_both(udev, PMSG_AUTO_RESUME); in usb_runtime_resume()
Dhcd.c2307 hcd_bus_resume(rhdev, PMSG_AUTO_RESUME); in hcd_bus_suspend()
/linux-5.19.10/drivers/ata/
Dlibata-core.c5110 ata_port_resume(to_ata_port(dev), PMSG_AUTO_RESUME); in ata_port_runtime_resume()