/linux-4.4.14/include/linux/ |
D | pm.h | 449 #define PM_EVENT_SUSPEND 0x0002 macro 460 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) 461 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND) 464 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND) 471 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
|
/linux-4.4.14/drivers/base/power/ |
D | main.c | 67 case PM_EVENT_SUSPEND: in pm_verb() 254 case PM_EVENT_SUSPEND: in pm_op() 289 case PM_EVENT_SUSPEND: in pm_late_early_op() 323 case PM_EVENT_SUSPEND: in pm_noirq_op() 996 case PM_EVENT_SUSPEND: in resume_event() 1610 dev->power.direct_complete = ret > 0 && state.event == PM_EVENT_SUSPEND; in device_prepare()
|
/linux-4.4.14/drivers/ata/ |
D | acard-ahci.c | 135 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()
|
D | libahci_platform.c | 658 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_platform_resume_host()
|
D | sata_highbank.c | 617 if (dev->power.power_state.event == PM_EVENT_SUSPEND) { in ahci_highbank_resume()
|
D | ahci.c | 811 if (mesg.event & PM_EVENT_SUSPEND && in ahci_pci_device_suspend() 845 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_resume()
|
D | sata_inic162x.c | 799 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in inic_pci_device_resume()
|
D | sata_sil24.c | 1367 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in sil24_pci_device_resume()
|
D | sata_nv.c | 2445 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
|
/linux-4.4.14/drivers/media/platform/marvell-ccic/ |
D | mmp-driver.c | 485 if (state.event != PM_EVENT_SUSPEND) in mmpcam_suspend()
|
/linux-4.4.14/include/trace/events/ |
D | power.h | 107 { PM_EVENT_SUSPEND, "suspend" }, \
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 344 if (state.event == PM_EVENT_SUSPEND) { in gxfb_suspend()
|
D | lxfb_core.c | 464 if (state.event == PM_EVENT_SUSPEND) { in lxfb_suspend()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | via-core.c | 630 if (state.event != PM_EVENT_SUSPEND) in via_suspend()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 487 message.event = PM_EVENT_SUSPEND; in exynos_drm_sys_suspend()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_ata.c | 681 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | fb-puv3.c | 752 if (dev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in unifb_resume()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_dma.c | 331 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
|
D | i915_drv.c | 730 if (WARN_ON_ONCE(state.event != PM_EVENT_SUSPEND && in i915_suspend_switcheroo()
|
/linux-4.4.14/drivers/usb/core/ |
D | driver.c | 1336 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
|
/linux-4.4.14/drivers/usb/host/ |
D | sl811-hcd.c | 1767 case PM_EVENT_SUSPEND: in sl811h_suspend()
|
D | isp1362-hcd.c | 2760 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in isp1362_resume()
|
D | u132-hcd.c | 3149 case PM_EVENT_SUSPEND: in u132_suspend()
|
/linux-4.4.14/drivers/staging/iio/light/ |
D | tsl2x7x_core.c | 1957 pm_message_t pmm = {PM_EVENT_SUSPEND}; in tsl2x7x_suspend()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 1857 if (state.event == PM_EVENT_SUSPEND && pstate != PCI_D0) { in tulip_suspend()
|
/linux-4.4.14/drivers/scsi/ |
D | mesh.c | 1760 case PM_EVENT_SUSPEND: in mesh_suspend()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 2735 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in radeonfb_pci_resume()
|
D | atyfb_base.c | 2150 pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in atyfb_pci_resume()
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 925 case PM_EVENT_SUSPEND: in pci_choose_state()
|