Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c325 return dwc3_imx8mp_suspend(dwc3_imx, PMSG_AUTO_SUSPEND); in dwc3_imx8mp_runtime_suspend()
H A Dcore.c1941 ret = dwc3_suspend_common(dwc, PMSG_AUTO_SUSPEND); in dwc3_runtime_suspend()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h475 #define PMSG_AUTO_SUSPEND ((struct pm_message) \ macro
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcore.c701 return cdns3_controller_suspend(dev, PMSG_AUTO_SUSPEND); in cdns3_runtime_suspend()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddriver.c1966 status = usb_suspend_both(udev, PMSG_AUTO_SUSPEND); in usb_runtime_suspend()
H A Dhub.c2423 err = usb_port_suspend(udev, PMSG_AUTO_SUSPEND); in usb_enumerate_device()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-core.c5102 ata_port_suspend(to_ata_port(dev), PMSG_AUTO_SUSPEND); in ata_port_runtime_suspend()