Searched refs:PM_EVENT_SLEEP (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/drivers/misc/cb710/
H A Dcore.c182 if (state.event & PM_EVENT_SLEEP) cb710_suspend()
/linux-4.4.14/drivers/video/fbdev/
H A Dchipsfb.c459 if (!(state.event & PM_EVENT_SLEEP)) chipsfb_pci_suspend()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c92 if (mesg.event & PM_EVENT_SLEEP) ahd_linux_pci_dev_suspend()
H A Daic7xxx_osm_pci.c137 if (mesg.event & PM_EVENT_SLEEP) ahc_linux_pci_dev_suspend()
/linux-4.4.14/drivers/ata/
H A Dacard-ahci.c142 if (mesg.event & PM_EVENT_SLEEP) { acard_ahci_pci_device_suspend()
H A Data_piix.c1019 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { piix_pci_device_suspend()
H A Dahci.c818 if (mesg.event & PM_EVENT_SLEEP) { ahci_pci_device_suspend()
H A Dlibata-core.c6385 if (mesg.event & PM_EVENT_SLEEP) ata_pci_device_do_suspend()
/linux-4.4.14/drivers/macintosh/
H A Dmediabay.c624 && (state.event & PM_EVENT_SLEEP)) { media_bay_suspend()
/linux-4.4.14/drivers/ide/
H A Dpmac.c1228 && (mesg.event & PM_EVENT_SLEEP)) { pmac_ide_macio_suspend()
1331 && (mesg.event & PM_EVENT_SLEEP)) { pmac_ide_pci_suspend()
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750.c413 if (mesg.event & PM_EVENT_SLEEP) { lynxfb_suspend()
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnvidia.c1054 if (mesg.event & PM_EVENT_SLEEP) { nvidiafb_suspend()
/linux-4.4.14/net/rfkill/
H A Dcore.c274 if (unlikely(rfkill->dev.power.power_state.event & PM_EVENT_SLEEP)) rfkill_set_block()
/linux-4.4.14/drivers/base/power/
H A Dmain.c348 ((state.event & PM_EVENT_SLEEP) && device_may_wakeup(dev)) ? pm_dev_dbg()
/linux-4.4.14/include/linux/
H A Dpm.h460 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) macro

Completed in 566 milliseconds