Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cb710/
Dcore.c181 if (state.event & PM_EVENT_SLEEP) in cb710_suspend()
/Linux-v4.19/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-v4.19/include/linux/
Dpm.h455 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) macro
/Linux-v4.19/drivers/video/fbdev/
Dchipsfb.c459 if (!(state.event & PM_EVENT_SLEEP)) in chipsfb_pci_suspend()
/Linux-v4.19/drivers/ata/
Dacard-ahci.c142 if (mesg.event & PM_EVENT_SLEEP) { in acard_ahci_pci_device_suspend()
Data_piix.c1020 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { in piix_pci_device_suspend()
Dlibata-core.c6790 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
/Linux-v4.19/drivers/ide/
Dpmac.c1228 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_macio_suspend()
1331 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_pci_suspend()
/Linux-v4.19/drivers/macintosh/
Dmediabay.c624 && (state.event & PM_EVENT_SLEEP)) { in media_bay_suspend()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c928 if (pm_msg->event & PM_EVENT_SLEEP || pm_msg->event & PM_EVENT_FREEZE) { in aq_nic_change_pm_state()
/Linux-v4.19/net/rfkill/
Dcore.c326 if (unlikely(rfkill->dev.power.power_state.event & PM_EVENT_SLEEP)) in rfkill_set_block()
/Linux-v4.19/drivers/staging/sm750fb/
Dsm750.c408 if (mesg.event & PM_EVENT_SLEEP) { in lynxfb_suspend()
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnvidia.c1054 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend()
/Linux-v4.19/drivers/base/power/
Dmain.c406 ((state.event & PM_EVENT_SLEEP) && device_may_wakeup(dev)) ? in pm_dev_dbg()