| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm.h | 441 #define PM_EVENT_SUSPEND 0x0002 macro 452 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) 453 #define PM_EVENT_USER_SUSPEND (PM_EVENT_USER | PM_EVENT_SUSPEND) 456 #define PM_EVENT_AUTO_SUSPEND (PM_EVENT_AUTO | PM_EVENT_SUSPEND) 463 #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, })
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_switcheroo.c | 15 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
|
| H A D | i915_drv.c | 1169 if (drm_WARN_ON_ONCE(&i915->drm, state.event != PM_EVENT_SUSPEND && in i915_suspend_switcheroo()
|
| /OK3568_Linux_fs/kernel/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 | 775 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 | 807 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in inic_pci_device_resume()
|
| H A D | sata_sil24.c | 1340 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in sil24_pci_device_resume()
|
| H A D | ahci.c | 902 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in ahci_pci_device_resume()
|
| H A D | sata_nv.c | 2410 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in nv_pci_device_resume()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | main.c | 73 case PM_EVENT_SUSPEND: in pm_verb() 353 case PM_EVENT_SUSPEND: in pm_op() 387 case PM_EVENT_SUSPEND: in pm_late_early_op() 421 case PM_EVENT_SUSPEND: in pm_noirq_op() 1157 case PM_EVENT_SUSPEND: in resume_event() 1857 dev->power.direct_complete = state.event == PM_EVENT_SUSPEND && in device_prepare()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | power.h | 136 { PM_EVENT_SUSPEND, "suspend" }, \
|
| /OK3568_Linux_fs/kernel/drivers/clk/renesas/ |
| H A D | rcar-gen3-cpg.c | 62 case PM_EVENT_SUSPEND: in cpg_simple_notifier_call()
|
| H A D | renesas-cpg-mssr.c | 862 raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL); in cpg_mssr_suspend_noirq()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_ata.c | 686 if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND) in sas_suspend_sata()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | GobiUSBNet.c | 1267 if (powerEvent.event & PM_EVENT_SUSPEND) in GobiNetSuspend() 1345 if (oldPowerState & PM_EVENT_SUSPEND) in GobiNetResume()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | driver.c | 1465 msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); in usb_suspend_both()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | sl811-hcd.c | 1750 case PM_EVENT_SUSPEND: in sl811h_suspend()
|
| H A D | isp1362-hcd.c | 2746 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in isp1362_resume()
|
| H A D | u132-hcd.c | 3132 case PM_EVENT_SUSPEND: in u132_suspend()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_hdmi.c | 2685 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in generic_acomp_pin_eld_notify() 2868 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in intel_pin_eld_notify()
|
| H A D | hda_codec.c | 2989 if (dev->power.power_state.event == PM_EVENT_SUSPEND) in hda_codec_pm_complete()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | stex.c | 1966 case PM_EVENT_SUSPEND: in stex_choice_sleep_mic()
|
| H A D | mesh.c | 1767 case PM_EVENT_SUSPEND: in mesh_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_pm.c | 2748 if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { in radeonfb_pci_resume()
|