Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/fbdev/
Dchipsfb.c456 if (!(state.event & PM_EVENT_SLEEP)) in chipsfb_pci_suspend()
/Linux-v5.15/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.c6067 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
/Linux-v5.15/include/linux/
Dpm.h448 #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) macro
/Linux-v5.15/drivers/macintosh/
Dmediabay.c620 && (state.event & PM_EVENT_SLEEP)) { in media_bay_suspend()
/Linux-v5.15/net/rfkill/
Dcore.c317 if (unlikely(rfkill->dev.power.power_state.event & PM_EVENT_SLEEP)) in rfkill_set_block()
/Linux-v5.15/drivers/base/power/
Dmain.c443 ((state.event & PM_EVENT_SLEEP) && device_may_wakeup(dev)) ? in pm_dev_dbg()
/Linux-v5.15/drivers/video/fbdev/nvidia/
Dnvidia.c1050 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend_late()