Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpm.h528 #define PM_EVENT_FREEZE 0x0001 macro
549 #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, })
570 (PM_EVENT_FREEZE | PM_EVENT_QUIESCE)) != 0)
/linux-6.15/drivers/usb/core/
H A Dgeneric.c294 else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW) in usb_generic_driver_suspend()
H A Ddriver.c1555 if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) { in choose_wakeup()
/linux-6.15/drivers/base/power/
H A Dmain.c75 case PM_EVENT_FREEZE: in pm_verb()
354 case PM_EVENT_FREEZE: in pm_op()
388 case PM_EVENT_FREEZE: in pm_late_early_op()
422 case PM_EVENT_FREEZE: in pm_noirq_op()
1204 case PM_EVENT_FREEZE: in resume_event()
/linux-6.15/include/trace/events/
H A Dpower.h197 { PM_EVENT_FREEZE, "freeze" }, \
/linux-6.15/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()
/linux-6.15/drivers/video/fbdev/i810/
H A Di810_main.c1575 case PM_EVENT_FREEZE: in i810fb_suspend()
1607 if (cur_state == PM_EVENT_FREEZE) { in i810fb_resume()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_driver.c1153 state.event != PM_EVENT_FREEZE)) in i915_driver_suspend_switcheroo()
/linux-6.15/drivers/video/fbdev/nvidia/
H A Dnvidia.c1051 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend_late()
/linux-6.15/drivers/usb/host/
H A Dsl811-hcd.c1746 case PM_EVENT_FREEZE: in sl811h_suspend()
H A Disp1362-hcd.c2719 if (state.event == PM_EVENT_FREEZE) { in isp1362_suspend()
/linux-6.15/drivers/scsi/
H A Dmesh.c1764 case PM_EVENT_FREEZE: in mesh_suspend()
/linux-6.15/drivers/video/fbdev/aty/
H A Dradeon_pm.c2631 case PM_EVENT_FREEZE: /* about to take snapshot */ in radeonfb_pci_suspend_late()
/linux-6.15/drivers/ata/
H A Dlibata-eh.c4118 if (!(ap->pm_mesg.event & PM_EVENT_FREEZE)) { in ata_eh_handle_port_suspend()
/linux-6.15/sound/pci/hda/
H A Dpatch_realtek.c933 ((codec)->core.dev.power.power_state.event == PM_EVENT_FREEZE)