Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/
Dpm.h438 #define PM_EVENT_SUSPEND 0x0002 macro
449 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
450 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND)
453 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND)
460 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_switcheroo.c15 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
Di915_drv.c1169 if (drm_WARN_ON_ONCE(&i915->drm, state.event != PM_EVENT_SUSPEND && in i915_suspend_switcheroo()
/kernel/linux/linux-5.10/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.c775 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_platform_resume_host()
Dsata_highbank.c600 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_highbank_resume()
Dsata_inic162x.c807 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in inic_pci_device_resume()
Dsata_sil24.c1340 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in sil24_pci_device_resume()
Dahci.c922 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_resume()
Dsata_nv.c2410 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
/kernel/linux/linux-5.10/drivers/base/power/
Dmain.c72 case PM_EVENT_SUSPEND: in pm_verb()
352 case PM_EVENT_SUSPEND: in pm_op()
386 case PM_EVENT_SUSPEND: in pm_late_early_op()
420 case PM_EVENT_SUSPEND: in pm_noirq_op()
1156 case PM_EVENT_SUSPEND: in resume_event()
1849 dev->power.direct_complete = state.event == PM_EVENT_SUSPEND && in device_prepare()
/kernel/linux/linux-5.10/include/trace/events/
Dpower.h136 { PM_EVENT_SUSPEND, "suspend" }, \
/kernel/linux/linux-5.10/drivers/clk/renesas/
Drcar-gen3-cpg.c62 case PM_EVENT_SUSPEND: in cpg_simple_notifier_call()
Drenesas-cpg-mssr.c862 raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL); in cpg_mssr_suspend_noirq()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_ata.c686 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
/kernel/linux/linux-5.10/drivers/usb/core/
Ddriver.c1459 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
/kernel/linux/linux-5.10/drivers/usb/host/
Dsl811-hcd.c1750 case PM_EVENT_SUSPEND: in sl811h_suspend()
Disp1362-hcd.c2746 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in isp1362_resume()
Du132-hcd.c3132 case PM_EVENT_SUSPEND: in u132_suspend()
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_hdmi.c2687 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in generic_acomp_pin_eld_notify()
2870 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in intel_pin_eld_notify()
Dhda_codec.c2989 if (dev->power.power_state.event == PM_EVENT_SUSPEND) in hda_codec_pm_complete()
/kernel/linux/linux-5.10/drivers/scsi/
Dstex.c1966 case PM_EVENT_SUSPEND: in stex_choice_sleep_mic()
Dmesh.c1767 case PM_EVENT_SUSPEND: in mesh_suspend()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Dradeon_pm.c2748 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in radeonfb_pci_resume()
Datyfb_base.c2149 pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in atyfb_pci_resume()

12