Home
last modified time | relevance | path

Searched refs:PM_EVENT_SUSPEND (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/include/linux/
Dpm.h518 #define PM_EVENT_SUSPEND 0x0002 macro
529 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
530 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND)
533 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND)
540 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_switcheroo.c16 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
Di915_driver.c1177 if (drm_WARN_ON_ONCE(&i915->drm, state.event != PM_EVENT_SUSPEND && in i915_driver_suspend_switcheroo()
/Linux-v6.6/drivers/ata/
Dacard-ahci.c119 if (mesg.event & PM_EVENT_SUSPEND && in acard_ahci_pci_device_suspend()
149 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in acard_ahci_pci_device_resume()
Dlibahci_platform.c869 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_platform_resume_host()
Dsata_highbank.c599 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_highbank_resume()
Dsata_inic162x.c803 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in inic_pci_device_resume()
Dsata_sil24.c1339 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in sil24_pci_device_resume()
Dahci.c930 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_resume()
Dsata_nv.c2398 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
/Linux-v6.6/drivers/base/power/
Dmain.c72 case PM_EVENT_SUSPEND: in pm_verb()
349 case PM_EVENT_SUSPEND: in pm_op()
383 case PM_EVENT_SUSPEND: in pm_late_early_op()
417 case PM_EVENT_SUSPEND: in pm_noirq_op()
1163 case PM_EVENT_SUSPEND: in resume_event()
1870 dev->power.direct_complete = state.event == PM_EVENT_SUSPEND && in device_prepare()
/Linux-v6.6/drivers/clk/renesas/
Drcar-cpg-lib.c47 case PM_EVENT_SUSPEND: in cpg_simple_notifier_call()
Drenesas-cpg-mssr.c885 raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL); in cpg_mssr_suspend_noirq()
/Linux-v6.6/include/trace/events/
Dpower.h158 { PM_EVENT_SUSPEND, "suspend" }, \
/Linux-v6.6/drivers/scsi/libsas/
Dsas_ata.c764 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
/Linux-v6.6/drivers/usb/core/
Ddriver.c1456 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
/Linux-v6.6/drivers/usb/host/
Dsl811-hcd.c1746 case PM_EVENT_SUSPEND: in sl811h_suspend()
Disp1362-hcd.c2741 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in isp1362_resume()
/Linux-v6.6/sound/pci/hda/
Dhda_codec.c2948 (dev->power.power_state.event != PM_EVENT_SUSPEND)) in hda_codec_runtime_suspend()
2986 if (dev->power.power_state.event == PM_EVENT_SUSPEND) in hda_codec_pm_complete()
Dpatch_hdmi.c2686 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in generic_acomp_pin_eld_notify()
2869 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in intel_pin_eld_notify()
/Linux-v6.6/drivers/scsi/
Dstex.c1967 case PM_EVENT_SUSPEND: in stex_choice_sleep_mic()
Dmesh.c1762 case PM_EVENT_SUSPEND: in mesh_suspend()
/Linux-v6.6/drivers/video/fbdev/aty/
Dradeon_pm.c2747 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in radeonfb_pci_resume()
Datyfb_base.c2159 pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in atyfb_pci_resume()