Symbol: PM_EVENT_FREEZE
drivers/ata/libata-eh.c
4167
if (!(ap->pm_mesg.event & PM_EVENT_FREEZE)) {
drivers/base/power/main.c
1396
case PM_EVENT_FREEZE:
drivers/base/power/main.c
370
case PM_EVENT_FREEZE:
drivers/base/power/main.c
405
case PM_EVENT_FREEZE:
drivers/base/power/main.c
440
case PM_EVENT_FREEZE:
drivers/base/power/main.c
87
case PM_EVENT_FREEZE:
drivers/bluetooth/btintel_pcie.c
2685
if (data->pm_sx_event == PM_EVENT_FREEZE ||
drivers/gpu/drm/i915/i915_driver.c
1217
state.event != PM_EVENT_FREEZE))
drivers/scsi/mesh.c
1764
case PM_EVENT_FREEZE:
drivers/usb/core/driver.c
1598
if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) {
drivers/usb/core/generic.c
294
else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW)
drivers/usb/host/sl811-hcd.c
1746
case PM_EVENT_FREEZE:
drivers/video/fbdev/aty/radeon_pm.c
2631
case PM_EVENT_FREEZE: /* about to take snapshot */
drivers/video/fbdev/i810/i810_main.c
1575
case PM_EVENT_FREEZE:
drivers/video/fbdev/i810/i810_main.c
1607
if (cur_state == PM_EVENT_FREEZE) {
drivers/video/fbdev/nvidia/nvidia.c
1052
mesg.event = PM_EVENT_FREEZE;
drivers/video/fbdev/savage/savagefb_driver.c
2369
mesg.event = PM_EVENT_FREEZE;
drivers/video/fbdev/savage/savagefb_driver.c
2377
if (mesg.event == PM_EVENT_FREEZE)
drivers/video/fbdev/savage/savagefb_driver.c
2423
if (cur_state == PM_EVENT_FREEZE)
include/linux/pm.h
553
#define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, })
include/linux/pm.h
575
(PM_EVENT_FREEZE | PM_EVENT_QUIESCE)) != 0)
include/trace/events/power.h
177
{ PM_EVENT_FREEZE, "freeze" }, \
sound/hda/codecs/realtek/realtek.h
221
((codec)->core.dev.power.power_state.event == PM_EVENT_FREEZE)