Searched refs:PMSG_RESUME (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/kernel/power/ |
H A D | suspend.c | 472 dpm_resume_noirq(PMSG_RESUME); in suspend_enter() 478 dpm_resume_early(PMSG_RESUME); in suspend_enter() 523 dpm_resume_end(PMSG_RESUME); in suspend_devices_and_enter()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | apm_32.c | 1267 dpm_resume_start(PMSG_RESUME); in suspend() 1268 dpm_resume_end(PMSG_RESUME); in suspend() 1299 dpm_resume_start(PMSG_RESUME); in standby() 1384 dpm_resume_end(PMSG_RESUME); in check_events()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-plat.c | 303 return cdns3_controller_resume(dev, PMSG_RESUME); in cdns3_plat_resume()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-histb.c | 358 return xhci_resume(xhci, PMSG_RESUME); in xhci_histb_resume()
|
H A D | xhci-plat.c | 510 return xhci_plat_resume_common(dev, PMSG_RESUME); in xhci_plat_resume()
|
H A D | xhci-tegra.c | 2289 err = xhci_resume(xhci, runtime ? PMSG_AUTO_RESUME : PMSG_RESUME); in tegra_xusb_exit_elpg()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-imx8mp.c | 369 ret = dwc3_imx8mp_resume(dwc3_imx, PMSG_RESUME); in dwc3_imx8mp_pm_resume()
|
H A D | core.c | 2365 ret = dwc3_resume_common(dwc, PMSG_RESUME); in dwc3_complete()
|
/openbmc/linux/include/linux/ |
H A D | pm.h | 557 #define PMSG_RESUME ((struct pm_message){ .event = PM_EVENT_RESUME, }) macro
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd-pci.c | 582 return resume_common(dev, PMSG_RESUME); in hcd_pci_resume()
|
H A D | usb.c | 545 return usb_resume(dev, PMSG_RESUME); in usb_dev_resume()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_imx.c | 640 ret = imx_controller_resume(dev, PMSG_RESUME); in ci_hdrc_imx_resume()
|
/openbmc/linux/drivers/base/power/ |
H A D | main.c | 1152 return PMSG_RESUME; in resume_event()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_codec.c | 2989 dev->power.power_state = PMSG_RESUME; in hda_codec_pm_complete() 3004 dev->power.power_state = PMSG_RESUME; in hda_codec_pm_resume()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-core.c | 5250 ata_port_resume_async(to_ata_port(dev), PMSG_RESUME); in ata_port_pm_resume() 5319 ata_port_resume_async(ap, PMSG_RESUME); in ata_sas_port_resume()
|