Home
last modified time | relevance | path

Searched refs:PMSG_RESUME (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/kernel/power/
Dsuspend.c459 dpm_resume_noirq(PMSG_RESUME); in suspend_enter()
465 dpm_resume_early(PMSG_RESUME); in suspend_enter()
510 dpm_resume_end(PMSG_RESUME); in suspend_devices_and_enter()
/Linux-v5.15/arch/x86/kernel/
Dapm_32.c1266 dpm_resume_start(PMSG_RESUME); in suspend()
1267 dpm_resume_end(PMSG_RESUME); in suspend()
1298 dpm_resume_start(PMSG_RESUME); in standby()
1383 dpm_resume_end(PMSG_RESUME); in check_events()
/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-plat.c302 return cdns3_controller_resume(dev, PMSG_RESUME); in cdns3_plat_resume()
/Linux-v5.15/drivers/usb/dwc3/
Ddwc3-imx8mp.c308 ret = dwc3_imx8mp_resume(dwc3_imx, PMSG_RESUME); in dwc3_imx8mp_pm_resume()
Dcore.c1974 ret = dwc3_resume_common(dwc, PMSG_RESUME); in dwc3_resume()
/Linux-v5.15/include/linux/
Dpm.h461 #define PMSG_RESUME ((struct pm_message){ .event = PM_EVENT_RESUME, }) macro
/Linux-v5.15/drivers/usb/core/
Dusb.c514 return usb_resume(dev, PMSG_RESUME); in usb_dev_resume()
/Linux-v5.15/drivers/base/power/
Dmain.c1154 return PMSG_RESUME; in resume_event()
/Linux-v5.15/sound/pci/hda/
Dhda_codec.c2931 dev->power.power_state = PMSG_RESUME; in hda_codec_pm_complete()
2946 dev->power.power_state = PMSG_RESUME; in hda_codec_pm_resume()
/Linux-v5.15/drivers/ata/
Dlibata-core.c5079 ata_port_resume_async(to_ata_port(dev), PMSG_RESUME); in ata_port_pm_resume()
5148 ata_port_resume_async(ap, PMSG_RESUME); in ata_sas_port_resume()