Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/core/
Dgeneric.c282 else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW) in usb_generic_driver_suspend()
Ddriver.c1540 if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) { in choose_wakeup()
/Linux-v6.6/include/linux/
Dpm.h517 #define PM_EVENT_FREEZE 0x0001 macro
538 #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, })
/Linux-v6.6/drivers/base/power/
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()
1165 case PM_EVENT_FREEZE: in resume_event()
/Linux-v6.6/include/trace/events/
Dpower.h160 { PM_EVENT_FREEZE, "freeze" }, \
/Linux-v6.6/drivers/video/fbdev/savage/
Dsavagefb_driver.c2363 mesg.event = PM_EVENT_FREEZE; in savagefb_suspend_late()
2371 if (mesg.event == PM_EVENT_FREEZE) in savagefb_suspend_late()
2417 if (cur_state == PM_EVENT_FREEZE) in savagefb_resume()
/Linux-v6.6/drivers/video/fbdev/i810/
Di810_main.c1573 case PM_EVENT_FREEZE: in i810fb_suspend()
1605 if (cur_state == PM_EVENT_FREEZE) { in i810fb_resume()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_driver.c1178 state.event != PM_EVENT_FREEZE)) in i915_driver_suspend_switcheroo()
/Linux-v6.6/drivers/video/fbdev/nvidia/
Dnvidia.c1049 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend_late()
/Linux-v6.6/drivers/usb/host/
Dsl811-hcd.c1743 case PM_EVENT_FREEZE: in sl811h_suspend()
Disp1362-hcd.c2719 if (state.event == PM_EVENT_FREEZE) { in isp1362_suspend()
/Linux-v6.6/drivers/scsi/
Dmesh.c1764 case PM_EVENT_FREEZE: in mesh_suspend()
/Linux-v6.6/drivers/video/fbdev/aty/
Dradeon_pm.c2631 case PM_EVENT_FREEZE: /* about to take snapshot */ in radeonfb_pci_suspend_late()