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

/linux-master/drivers/usb/core/
H A Dgeneric.c298 else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW)
H A Ddriver.c1546 if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) {
/linux-master/include/linux/
H A Dpm.h532 #define PM_EVENT_FREEZE 0x0001 macro
553 #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, })
/linux-master/drivers/base/power/
H A Dmain.c75 case PM_EVENT_FREEZE:
354 case PM_EVENT_FREEZE:
388 case PM_EVENT_FREEZE:
422 case PM_EVENT_FREEZE:
1169 case PM_EVENT_FREEZE:
/linux-master/include/trace/events/
H A Dpower.h160 { PM_EVENT_FREEZE, "freeze" }, \
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c1575 case PM_EVENT_FREEZE:
1607 if (cur_state == PM_EVENT_FREEZE) {
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c1189 state.event != PM_EVENT_FREEZE))
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2366 mesg.event = PM_EVENT_FREEZE;
2371 * For PM_EVENT_FREEZE, do not power down so the console
2374 if (mesg.event == PM_EVENT_FREEZE)
2418 * PM_EVENT_FREEZE.
2420 if (cur_state == PM_EVENT_FREEZE)
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c1051 mesg.event = PM_EVENT_FREEZE;
/linux-master/drivers/usb/host/
H A Dsl811-hcd.c1745 case PM_EVENT_FREEZE:
H A Disp1362-hcd.c2719 if (state.event == PM_EVENT_FREEZE) {
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_pm.c2631 case PM_EVENT_FREEZE: /* about to take snapshot */
/linux-master/drivers/scsi/
H A Dmesh.c1764 case PM_EVENT_FREEZE:
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c924 ((codec)->core.dev.power.power_state.event == PM_EVENT_FREEZE)

Completed in 204 milliseconds