Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/ata/
Dacard-ahci.c126 if (mesg.event & PM_EVENT_SLEEP) { in acard_ahci_pci_device_suspend()
Data_piix.c1001 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { in piix_pci_device_suspend()
Dlibata-core.c6049 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dchipsfb.c456 if (!(state.event & PM_EVENT_SLEEP)) in chipsfb_pci_suspend()
/kernel/linux/linux-5.10/include/linux/
Dpm.h449 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) macro
/kernel/linux/linux-5.10/drivers/ide/
Dpmac.c1223 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_macio_suspend()
1326 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_pci_suspend()
/kernel/linux/linux-5.10/drivers/macintosh/
Dmediabay.c620 && (state.event & PM_EVENT_SLEEP)) { in media_bay_suspend()
/kernel/linux/linux-5.10/net/rfkill/
Dcore.c314 if (unlikely(rfkill->dev.power.power_state.event & PM_EVENT_SLEEP)) in rfkill_set_block()
/kernel/linux/linux-5.10/drivers/base/power/
Dmain.c445 ((state.event & PM_EVENT_SLEEP) && device_may_wakeup(dev)) ? in pm_dev_dbg()
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
Dnvidia.c1050 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend_late()