Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpm.h474 #define PMSG_AUTO_RESUME ((struct pm_message) \ macro
/Linux-v5.10/drivers/usb/cdns3/
Dcore.c695 return cdns3_controller_resume(dev, PMSG_AUTO_RESUME); in cdns3_runtime_resume()
/Linux-v5.10/drivers/usb/core/
Ddriver.c1979 status = usb_resume_both(udev, PMSG_AUTO_RESUME); in usb_runtime_resume()
Dhcd.c2143 hcd_bus_resume(rhdev, PMSG_AUTO_RESUME); in hcd_bus_suspend()
/Linux-v5.10/drivers/usb/dwc3/
Dcore.c1825 ret = dwc3_resume_common(dwc, PMSG_AUTO_RESUME); in dwc3_runtime_resume()
/Linux-v5.10/drivers/ata/
Dlibata-core.c5066 ata_port_resume(to_ata_port(dev), PMSG_AUTO_RESUME); in ata_port_runtime_resume()