Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpm.h405 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) macro
/linux-3.4.99/drivers/misc/cb710/
Dcore.c182 if (state.event & PM_EVENT_SLEEP) in cb710_suspend()
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx_osm_pci.c92 if (mesg.event & PM_EVENT_SLEEP) in ahd_linux_pci_dev_suspend()
Daic7xxx_osm_pci.c137 if (mesg.event & PM_EVENT_SLEEP) in ahc_linux_pci_dev_suspend()
/linux-3.4.99/drivers/ata/
Dacard-ahci.c143 if (mesg.event & PM_EVENT_SLEEP) { in acard_ahci_pci_device_suspend()
Dahci.c647 if (mesg.event & PM_EVENT_SLEEP) { in ahci_pci_device_suspend()
Data_piix.c1251 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { in piix_pci_device_suspend()
Dlibata-core.c6302 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
/linux-3.4.99/drivers/video/
Dchipsfb.c460 if (!(state.event & PM_EVENT_SLEEP)) in chipsfb_pci_suspend()
/linux-3.4.99/drivers/ide/
Dpmac.c1237 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_macio_suspend()
1342 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_pci_suspend()
/linux-3.4.99/drivers/macintosh/
Dmediabay.c623 && (state.event & PM_EVENT_SLEEP)) { in media_bay_suspend()
/linux-3.4.99/net/rfkill/
Dcore.c261 if (unlikely(rfkill->dev.power.power_state.event & PM_EVENT_SLEEP)) in rfkill_set_block()
/linux-3.4.99/drivers/base/power/
Dmain.c344 ((state.event & PM_EVENT_SLEEP) && device_may_wakeup(dev)) ? in pm_dev_dbg()
/linux-3.4.99/drivers/video/nvidia/
Dnvidia.c1063 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend()
/linux-3.4.99/drivers/scsi/
Dsd.c2880 if ((mesg.event & PM_EVENT_SLEEP) && sdkp->device->manage_start_stop) { in sd_suspend()