Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dpm.h444 #define PM_EVENT_SUSPEND 0x0002 macro
455 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
456 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND)
459 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND)
466 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
/Linux-v4.19/drivers/ata/
Dacard-ahci.c135 if (mesg.event & PM_EVENT_SUSPEND && in acard_ahci_pci_device_suspend()
165 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in acard_ahci_pci_device_resume()
Dlibahci_platform.c719 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_platform_resume_host()
Dsata_highbank.c617 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_highbank_resume()
Dsata_inic162x.c799 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in inic_pci_device_resume()
Dsata_sil24.c1367 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in sil24_pci_device_resume()
Dahci.c902 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_resume()
Dsata_nv.c2428 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
/Linux-v4.19/drivers/base/power/
Dmain.c67 case PM_EVENT_SUSPEND: in pm_verb()
312 case PM_EVENT_SUSPEND: in pm_op()
347 case PM_EVENT_SUSPEND: in pm_late_early_op()
381 case PM_EVENT_SUSPEND: in pm_noirq_op()
1194 case PM_EVENT_SUSPEND: in resume_event()
1960 dev->power.direct_complete = state.event == PM_EVENT_SUSPEND && in device_prepare()
/Linux-v4.19/drivers/media/platform/marvell-ccic/
Dmmp-driver.c485 if (state.event != PM_EVENT_SUSPEND) in mmpcam_suspend()
/Linux-v4.19/drivers/video/fbdev/geode/
Dgxfb_core.c344 if (state.event == PM_EVENT_SUSPEND) { in gxfb_suspend()
Dlxfb_core.c464 if (state.event == PM_EVENT_SUSPEND) { in lxfb_suspend()
/Linux-v4.19/drivers/clk/renesas/
Drcar-gen3-cpg.c47 case PM_EVENT_SUSPEND: in cpg_simple_notifier_call()
Drenesas-cpg-mssr.c759 raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL); in cpg_mssr_suspend_noirq()
/Linux-v4.19/include/trace/events/
Dpower.h136 { PM_EVENT_SUSPEND, "suspend" }, \
/Linux-v4.19/drivers/video/fbdev/via/
Dvia-core.c629 if (state.event != PM_EVENT_SUSPEND) in via_suspend()
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c678 if (evt == PM_EVENT_SUSPEND || evt == PM_EVENT_USER_SUSPEND) { in msdc_pm()
683 if (evt == PM_EVENT_SUSPEND && host->power_mode == MMC_POWER_OFF) in msdc_pm()
2324 if (state.event == PM_EVENT_SUSPEND) in msdc_drv_suspend()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_ata.c691 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
/Linux-v4.19/drivers/video/fbdev/
Dfb-puv3.c752 if (dev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in unifb_resume()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.c601 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
1689 if (WARN_ON_ONCE(state.event != PM_EVENT_SUSPEND && in i915_suspend_switcheroo()
/Linux-v4.19/drivers/usb/core/
Ddriver.c1357 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
/Linux-v4.19/drivers/usb/host/
Dsl811-hcd.c1757 case PM_EVENT_SUSPEND: in sl811h_suspend()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dtulip_core.c1849 if (state.event == PM_EVENT_SUSPEND && pstate != PCI_D0) { in tulip_suspend()
/Linux-v4.19/drivers/scsi/
Dstex.c1980 case PM_EVENT_SUSPEND: in stex_choice_sleep_mic()
Dmesh.c1760 case PM_EVENT_SUSPEND: in mesh_suspend()

12