Home
last modified time | relevance | path

Searched refs:PM_EVENT_ON (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/include/linux/
Dpm.h531 #define PM_EVENT_ON 0x0000 macro
552 #define PMSG_ON ((struct pm_message){ .event = PM_EVENT_ON, })
/linux-6.6.21/drivers/pnp/pnpacpi/
Dcore.c149 power_state = (state.event == PM_EVENT_ON) ? in pnpacpi_suspend()
/linux-6.6.21/sound/pci/hda/
Dhda_bind.c51 if (codec->core.dev.power.power_state.event != PM_EVENT_ON) in hda_codec_unsol_event()
/linux-6.6.21/drivers/pnp/
Dcard.c405 if (link->pm_state.event == PM_EVENT_ON) in card_resume()
/linux-6.6.21/drivers/macintosh/
Dmediabay.c635 if (mdev->ofdev.dev.power.power_state.event != PM_EVENT_ON) { in media_bay_resume()
/linux-6.6.21/drivers/input/mouse/
Dhgpk.c762 PM_EVENT_ON) in hgpk_reconnect()
/linux-6.6.21/drivers/scsi/libsas/
Dsas_ata.c786 if (sata->ap->pm_mesg.event == PM_EVENT_ON) in sas_resume_sata()
/linux-6.6.21/drivers/video/fbdev/aty/
Daty128fb.c2414 if (state.event != PM_EVENT_ON) in aty128_pci_suspend_late()
2444 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in aty128_do_resume()
Dradeon_pm.c2731 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in radeonfb_pci_resume()
Datyfb_base.c2146 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in atyfb_pci_resume()
/linux-6.6.21/drivers/video/fbdev/nvidia/
Dnvidia.c1086 par->pm_state = PM_EVENT_ON; in nvidiafb_resume()
/linux-6.6.21/drivers/video/fbdev/i810/
Di810_main.c1603 par->cur_state = PM_EVENT_ON; in i810fb_resume()
/linux-6.6.21/drivers/video/fbdev/savage/
Dsavagefb_driver.c2414 par->pm_state = PM_EVENT_ON; in savagefb_resume()
/linux-6.6.21/drivers/pci/
Dpci.c2951 if (state.event == PM_EVENT_ON) in pci_choose_state()