Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h439 #define PM_EVENT_ON 0x0000 macro
460 #define PMSG_ON ((struct pm_message){ .event = PM_EVENT_ON, })
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dsc1200.c237 if (state.event == PM_EVENT_ON) { in sc1200_suspend()
H A Dide-pm.c84 rqpm.pm_state = PM_EVENT_ON; in generic_ide_resume()
H A Dpmac.c1238 if (mdev->ofdev.dev.power.power_state.event != PM_EVENT_ON) { in pmac_ide_macio_resume()
1341 if (pdev->dev.power.power_state.event != PM_EVENT_ON) { in pmac_ide_pci_resume()
/OK3568_Linux_fs/kernel/drivers/pnp/pnpacpi/
H A Dcore.c149 power_state = (state.event == PM_EVENT_ON) ? in pnpacpi_suspend()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c51 if (codec->core.dev.power.power_state.event != PM_EVENT_ON) in hda_codec_unsol_event()
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dcard.c403 if (link->pm_state.event == PM_EVENT_ON) in card_resume()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmediabay.c635 if (mdev->ofdev.dev.power.power_state.event != PM_EVENT_ON) { in media_bay_resume()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dhgpk.c762 PM_EVENT_ON) in hgpk_reconnect()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_ata.c708 if (sata->ap->pm_mesg.event == PM_EVENT_ON) in sas_resume_sata()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Daty128fb.c2413 if (state.event != PM_EVENT_ON) in aty128_pci_suspend_late()
2443 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in aty128_do_resume()
H A Dradeon_pm.c2732 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in radeonfb_pci_resume()
H A Datyfb_base.c2136 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in atyfb_pci_resume()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/
H A Dnvidia.c1083 par->pm_state = PM_EVENT_ON; in nvidiafb_resume()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810_main.c1602 par->cur_state = PM_EVENT_ON; in i810fb_resume()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2406 par->pm_state = PM_EVENT_ON; in savagefb_resume()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c1342 pIntf->dev.power.power_state.event = PM_EVENT_ON; in GobiNetResume()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c1385 case PM_EVENT_ON: in pci_choose_state()