Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm.h437 #define PM_EVENT_SUSPEND 0x0002 macro
448 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
449 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND)
452 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND)
459 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
/linux-4.1.27/drivers/base/power/
Dmain.c66 case PM_EVENT_SUSPEND: in pm_verb()
253 case PM_EVENT_SUSPEND: in pm_op()
288 case PM_EVENT_SUSPEND: in pm_late_early_op()
322 case PM_EVENT_SUSPEND: in pm_noirq_op()
994 case PM_EVENT_SUSPEND: in resume_event()
1610 dev->power.direct_complete = ret > 0 && state.event == PM_EVENT_SUSPEND; in device_prepare()
/linux-4.1.27/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.c656 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_platform_resume_host()
Dsata_highbank.c616 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_highbank_resume()
Dahci.c815 if (mesg.event & PM_EVENT_SUSPEND && in ahci_pci_device_suspend()
849 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_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()
Dsata_nv.c2445 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmmp-driver.c484 if (state.event != PM_EVENT_SUSPEND) in mmpcam_suspend()
/linux-4.1.27/include/trace/events/
Dpower.h98 { PM_EVENT_SUSPEND, "suspend" }, \
/linux-4.1.27/drivers/video/fbdev/geode/
Dgxfb_core.c343 if (state.event == PM_EVENT_SUSPEND) { in gxfb_suspend()
Dlxfb_core.c464 if (state.event == PM_EVENT_SUSPEND) { in lxfb_suspend()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c332 message.event = PM_EVENT_SUSPEND; in exynos_drm_sys_suspend()
/linux-4.1.27/drivers/video/fbdev/via/
Dvia-core.c630 if (state.event != PM_EVENT_SUSPEND) in via_suspend()
/linux-4.1.27/drivers/scsi/libsas/
Dsas_ata.c681 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
/linux-4.1.27/drivers/video/fbdev/
Dfb-puv3.c752 if (dev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in unifb_resume()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c353 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
Di915_drv.c677 if (WARN_ON_ONCE(state.event != PM_EVENT_SUSPEND && in i915_suspend_legacy()
/linux-4.1.27/drivers/usb/core/
Ddriver.c1329 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
/linux-4.1.27/drivers/usb/host/
Dsl811-hcd.c1767 case PM_EVENT_SUSPEND: in sl811h_suspend()
Disp1362-hcd.c2760 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in isp1362_resume()
Du132-hcd.c3167 case PM_EVENT_SUSPEND: in u132_suspend()
/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x_core.c1957 pm_message_t pmm = {PM_EVENT_SUSPEND}; in tsl2x7x_suspend()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dtulip_core.c1858 if (state.event == PM_EVENT_SUSPEND && pstate != PCI_D0) { in tulip_suspend()
/linux-4.1.27/drivers/scsi/
Dmesh.c1760 case PM_EVENT_SUSPEND: in mesh_suspend()
/linux-4.1.27/drivers/pci/
Dpci.c885 case PM_EVENT_SUSPEND: in pci_choose_state()
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_pm.c2735 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in radeonfb_pci_resume()
Datyfb_base.c2141 pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in atyfb_pci_resume()