Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/power/
Dsuspend.c465 dpm_resume_noirq(PMSG_RESUME); in suspend_enter()
471 dpm_resume_early(PMSG_RESUME); in suspend_enter()
516 dpm_resume_end(PMSG_RESUME); in suspend_devices_and_enter()
/Linux-v6.6/arch/x86/kernel/
Dapm_32.c1267 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()
/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-plat.c303 return cdns3_controller_resume(dev, PMSG_RESUME); in cdns3_plat_resume()
/Linux-v6.6/drivers/usb/host/
Dxhci-histb.c358 return xhci_resume(xhci, PMSG_RESUME); in xhci_histb_resume()
Dxhci-plat.c469 ret = xhci_resume(xhci, PMSG_RESUME); in xhci_plat_resume()
Dxhci-tegra.c2289 err = xhci_resume(xhci, runtime ? PMSG_AUTO_RESUME : PMSG_RESUME); in tegra_xusb_exit_elpg()
/Linux-v6.6/drivers/usb/dwc3/
Ddwc3-imx8mp.c369 ret = dwc3_imx8mp_resume(dwc3_imx, PMSG_RESUME); in dwc3_imx8mp_pm_resume()
Dcore.c2225 ret = dwc3_resume_common(dwc, PMSG_RESUME); in dwc3_resume()
/Linux-v6.6/include/linux/
Dpm.h542 #define PMSG_RESUME ((struct pm_message){ .event = PM_EVENT_RESUME, }) macro
/Linux-v6.6/drivers/usb/core/
Dhcd-pci.c582 return resume_common(dev, PMSG_RESUME); in hcd_pci_resume()
Dusb.c545 return usb_resume(dev, PMSG_RESUME); in usb_dev_resume()
/Linux-v6.6/drivers/usb/chipidea/
Dci_hdrc_imx.c630 ret = imx_controller_resume(dev, PMSG_RESUME); in ci_hdrc_imx_resume()
/Linux-v6.6/drivers/base/power/
Dmain.c1164 return PMSG_RESUME; in resume_event()
/Linux-v6.6/sound/pci/hda/
Dhda_codec.c2987 dev->power.power_state = PMSG_RESUME; in hda_codec_pm_complete()
3002 dev->power.power_state = PMSG_RESUME; in hda_codec_pm_resume()
/Linux-v6.6/drivers/ata/
Dlibata-core.c5238 ata_port_resume_async(to_ata_port(dev), PMSG_RESUME); in ata_port_pm_resume()
5307 ata_port_resume_async(ap, PMSG_RESUME); in ata_sas_port_resume()