Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpm.h436 #define PM_EVENT_FREEZE 0x0001 macro
457 #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, })
/Linux-v5.15/drivers/usb/core/
Dgeneric.c282 else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW) in usb_generic_driver_suspend()
Ddriver.c1539 if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) { in choose_wakeup()
/Linux-v5.15/drivers/base/power/
Dmain.c77 case PM_EVENT_FREEZE: in pm_verb()
356 case PM_EVENT_FREEZE: in pm_op()
390 case PM_EVENT_FREEZE: in pm_late_early_op()
424 case PM_EVENT_FREEZE: in pm_noirq_op()
1155 case PM_EVENT_FREEZE: in resume_event()
/Linux-v5.15/include/trace/events/
Dpower.h138 { PM_EVENT_FREEZE, "freeze" }, \
/Linux-v5.15/drivers/video/fbdev/savage/
Dsavagefb_driver.c2358 mesg.event = PM_EVENT_FREEZE; in savagefb_suspend_late()
2366 if (mesg.event == PM_EVENT_FREEZE) in savagefb_suspend_late()
2412 if (cur_state == PM_EVENT_FREEZE) in savagefb_resume()
/Linux-v5.15/drivers/video/fbdev/i810/
Di810_main.c1572 case PM_EVENT_FREEZE: in i810fb_suspend()
1604 if (cur_state == PM_EVENT_FREEZE) { in i810fb_resume()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_drv.c1216 state.event != PM_EVENT_FREEZE)) in i915_suspend_switcheroo()
/Linux-v5.15/drivers/usb/host/
Dsl811-hcd.c1744 case PM_EVENT_FREEZE: in sl811h_suspend()
Disp1362-hcd.c2722 if (state.event == PM_EVENT_FREEZE) { in isp1362_suspend()
Du132-hcd.c3127 case PM_EVENT_FREEZE: in u132_suspend()
/Linux-v5.15/drivers/video/fbdev/nvidia/
Dnvidia.c1046 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend_late()
/Linux-v5.15/drivers/scsi/
Dmesh.c1770 case PM_EVENT_FREEZE: in mesh_suspend()
/Linux-v5.15/drivers/video/fbdev/aty/
Dradeon_pm.c2632 case PM_EVENT_FREEZE: /* about to take snapshot */ in radeonfb_pci_suspend_late()
/Linux-v5.15/drivers/pci/
Dpci.c1414 case PM_EVENT_FREEZE: in pci_choose_state()
/Linux-v5.15/drivers/scsi/smartpqi/
Dsmartpqi_init.c8616 if (state.event == PM_EVENT_FREEZE) in pqi_suspend()