Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpm.h472 #define PMSG_AUTO_SUSPEND ((struct pm_message) \ macro
/Linux-v5.10/drivers/usb/cdns3/
Dcore.c690 return cdns3_controller_suspend(dev, PMSG_AUTO_SUSPEND); in cdns3_runtime_suspend()
/Linux-v5.10/drivers/usb/core/
Ddriver.c1954 status = usb_suspend_both(udev, PMSG_AUTO_SUSPEND); in usb_runtime_suspend()
Dhub.c2413 err = usb_port_suspend(udev, PMSG_AUTO_SUSPEND); in usb_enumerate_device()
/Linux-v5.10/drivers/usb/dwc3/
Dcore.c1809 ret = dwc3_suspend_common(dwc, PMSG_AUTO_SUSPEND); in dwc3_runtime_suspend()
/Linux-v5.10/drivers/ata/
Dlibata-core.c5060 ata_port_suspend(to_ata_port(dev), PMSG_AUTO_SUSPEND); in ata_port_runtime_suspend()