| /linux-6.15/include/linux/ |
| H A D | pm.h | 529 #define PM_EVENT_SUSPEND 0x0002 macro 540 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) 541 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND) 544 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND) 551 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_switcheroo.c | 16 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
|
| H A D | i915_driver.c | 1152 if (drm_WARN_ON_ONCE(&i915->drm, state.event != PM_EVENT_SUSPEND && in i915_driver_suspend_switcheroo()
|
| /linux-6.15/drivers/ata/ |
| H A D | acard-ahci.c | 119 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()
|
| H A D | libahci_platform.c | 886 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_platform_resume_host()
|
| H A D | sata_highbank.c | 600 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_highbank_resume()
|
| H A D | sata_inic162x.c | 803 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in inic_pci_device_resume()
|
| H A D | sata_sil24.c | 1338 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in sil24_pci_device_resume()
|
| H A D | ahci.c | 1037 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_resume()
|
| H A D | sata_nv.c | 2402 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
|
| /linux-6.15/drivers/base/power/ |
| H A D | main.c | 71 case PM_EVENT_SUSPEND: in pm_verb() 348 case PM_EVENT_SUSPEND: in pm_op() 382 case PM_EVENT_SUSPEND: in pm_late_early_op() 416 case PM_EVENT_SUSPEND: in pm_noirq_op() 1202 case PM_EVENT_SUSPEND: in resume_event() 1930 dev->power.direct_complete = state.event == PM_EVENT_SUSPEND && in device_prepare()
|
| /linux-6.15/drivers/clk/renesas/ |
| H A D | rcar-cpg-lib.c | 47 case PM_EVENT_SUSPEND: in cpg_simple_notifier_call()
|
| H A D | renesas-cpg-mssr.c | 902 raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL); in cpg_mssr_suspend_noirq()
|
| /linux-6.15/include/trace/events/ |
| H A D | power.h | 195 { PM_EVENT_SUSPEND, "suspend" }, \
|
| /linux-6.15/drivers/scsi/libsas/ |
| H A D | sas_ata.c | 761 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
|
| /linux-6.15/drivers/usb/core/ |
| H A D | driver.c | 1471 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | sl811-hcd.c | 1749 case PM_EVENT_SUSPEND: in sl811h_suspend()
|
| H A D | isp1362-hcd.c | 2741 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in isp1362_resume()
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_codec.c | 2956 (dev->power.power_state.event != PM_EVENT_SUSPEND)) in hda_codec_runtime_suspend() 2991 if (dev->power.power_state.event == PM_EVENT_SUSPEND) in hda_codec_pm_complete()
|
| H A D | patch_hdmi.c | 2693 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in generic_acomp_pin_eld_notify() 2876 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in intel_pin_eld_notify()
|
| /linux-6.15/drivers/scsi/ |
| H A D | stex.c | 1965 case PM_EVENT_SUSPEND: in stex_choice_sleep_mic()
|
| H A D | mesh.c | 1762 case PM_EVENT_SUSPEND: in mesh_suspend()
|
| /linux-6.15/drivers/video/fbdev/aty/ |
| H A D | radeon_pm.c | 2747 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in radeonfb_pci_resume()
|
| H A D | atyfb_base.c | 2162 pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in atyfb_pci_resume()
|