PM_EVENT_FREEZE    72 drivers/base/power/main.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE   354 drivers/base/power/main.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE   389 drivers/base/power/main.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE   423 drivers/base/power/main.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  1219 drivers/base/power/main.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  1899 drivers/gpu/drm/i915/i915_drv.c 			 state.event != PM_EVENT_FREEZE))
PM_EVENT_FREEZE    27 drivers/ide/ide-pm.c 		mesg.event = PM_EVENT_FREEZE;
PM_EVENT_FREEZE   112 drivers/ide/ide-pm.c 		if (pm->pm_state == PM_EVENT_FREEZE)
PM_EVENT_FREEZE  1019 drivers/net/ethernet/aquantia/atlantic/aq_nic.c 	if (pm_msg->event & PM_EVENT_SLEEP || pm_msg->event & PM_EVENT_FREEZE) {
PM_EVENT_FREEZE  1175 drivers/pci/pci.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  1763 drivers/scsi/mesh.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  8039 drivers/scsi/smartpqi/smartpqi_init.c 	if (state.event == PM_EVENT_FREEZE)
PM_EVENT_FREEZE   402 drivers/staging/sm750fb/sm750.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE   465 drivers/staging/sm750fb/sm750.c 	if (pdev->dev.power.power_state.event != PM_EVENT_FREEZE) {
PM_EVENT_FREEZE  1435 drivers/usb/core/driver.c 	if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) {
PM_EVENT_FREEZE   254 drivers/usb/core/generic.c 	else if ((msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_PRETHAW)
PM_EVENT_FREEZE  2725 drivers/usb/host/isp1362-hcd.c 	if (state.event == PM_EVENT_FREEZE) {
PM_EVENT_FREEZE  1748 drivers/usb/host/sl811-hcd.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  3133 drivers/usb/host/u132-hcd.c 		case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  1101 drivers/video/fbdev/arkfb.c 	if ((state.event == PM_EVENT_FREEZE) || (par->ref_count == 0)) {
PM_EVENT_FREEZE  2633 drivers/video/fbdev/aty/radeon_pm.c 	case PM_EVENT_FREEZE:		/* about to take snapshot */
PM_EVENT_FREEZE   787 drivers/video/fbdev/fb-puv3.c 	case PM_EVENT_FREEZE:		/* about to take snapshot */
PM_EVENT_FREEZE  1185 drivers/video/fbdev/i740fb.c 	if (state.event == PM_EVENT_FREEZE || state.event == PM_EVENT_PRETHAW)
PM_EVENT_FREEZE  1572 drivers/video/fbdev/i810/i810_main.c 	case PM_EVENT_FREEZE:
PM_EVENT_FREEZE  1604 drivers/video/fbdev/i810/i810_main.c 	if (cur_state == PM_EVENT_FREEZE) {
PM_EVENT_FREEZE  1050 drivers/video/fbdev/nvidia/nvidia.c 		mesg.event = PM_EVENT_FREEZE;
PM_EVENT_FREEZE  1076 drivers/video/fbdev/nvidia/nvidia.c 	if (par->pm_state != PM_EVENT_FREEZE) {
PM_EVENT_FREEZE  1423 drivers/video/fbdev/s3fb.c 	if ((state.event == PM_EVENT_FREEZE) || (par->ref_count == 0)) {
PM_EVENT_FREEZE  2358 drivers/video/fbdev/savage/savagefb_driver.c 		mesg.event = PM_EVENT_FREEZE;
PM_EVENT_FREEZE  2366 drivers/video/fbdev/savage/savagefb_driver.c 	if (mesg.event == PM_EVENT_FREEZE)
PM_EVENT_FREEZE  2400 drivers/video/fbdev/savage/savagefb_driver.c 	if (cur_state == PM_EVENT_FREEZE) {
PM_EVENT_FREEZE   831 drivers/video/fbdev/vt8623fb.c 	if ((state.event == PM_EVENT_FREEZE) || (par->ref_count == 0)) {
PM_EVENT_FREEZE   452 include/linux/pm.h #define PMSG_FREEZE	((struct pm_message){ .event = PM_EVENT_FREEZE, })
PM_EVENT_FREEZE   138 include/trace/events/power.h 		{ PM_EVENT_FREEZE, "freeze" }, \