Home
last modified time | relevance | path

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

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