Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dgeneric.c282 else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW) in usb_generic_driver_suspend()
H A Ddriver.c1540 if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) { in choose_wakeup()
/openbmc/linux/include/linux/
H A Dpm.h532 #define PM_EVENT_FREEZE 0x0001 macro
553 #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, })
/openbmc/linux/drivers/base/power/
H A Dmain.c76 case PM_EVENT_FREEZE: in pm_verb()
355 case PM_EVENT_FREEZE: in pm_op()
389 case PM_EVENT_FREEZE: in pm_late_early_op()
423 case PM_EVENT_FREEZE: in pm_noirq_op()
1153 case PM_EVENT_FREEZE: in resume_event()
/openbmc/linux/include/trace/events/
H A Dpower.h160 { PM_EVENT_FREEZE, "freeze" }, \
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2369 mesg.event = PM_EVENT_FREEZE; in savagefb_suspend_late()
2377 if (mesg.event == PM_EVENT_FREEZE) in savagefb_suspend_late()
2423 if (cur_state == PM_EVENT_FREEZE) in savagefb_resume()
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c1573 case PM_EVENT_FREEZE: in i810fb_suspend()
1605 if (cur_state == PM_EVENT_FREEZE) { in i810fb_resume()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_driver.c1176 state.event != PM_EVENT_FREEZE)) in i915_driver_suspend_switcheroo()
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c1049 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend_late()
/openbmc/linux/drivers/usb/host/
H A Dsl811-hcd.c1745 case PM_EVENT_FREEZE: in sl811h_suspend()
H A Disp1362-hcd.c2719 if (state.event == PM_EVENT_FREEZE) { in isp1362_suspend()
/openbmc/linux/drivers/scsi/
H A Dmesh.c1764 case PM_EVENT_FREEZE: in mesh_suspend()
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_pm.c2631 case PM_EVENT_FREEZE: /* about to take snapshot */ in radeonfb_pci_suspend_late()
/openbmc/linux/drivers/ata/
H A Dlibata-eh.c4061 if (!(ap->pm_mesg.event & PM_EVENT_FREEZE)) { in ata_eh_handle_port_suspend()