Lines Matching defs:pm_transition
65 static pm_message_t pm_transition;
572 if (pm_transition.event == PM_EVENT_RESTORE)
575 if (pm_transition.event == PM_EVENT_THAW)
694 __device_resume_noirq(dev, pm_transition, true);
703 __device_resume_noirq(dev, pm_transition, false);
713 pm_transition = state;
823 __device_resume_early(dev, pm_transition, true);
832 __device_resume_early(dev, pm_transition, false);
846 pm_transition = state;
978 __device_resume(dev, pm_transition, true);
987 __device_resume(dev, pm_transition, false);
1006 pm_transition = state;
1263 error = __device_suspend_noirq(dev, pm_transition, true);
1266 pm_dev_err(dev, pm_transition, " async", error);
1277 return __device_suspend_noirq(dev, pm_transition, false);
1287 pm_transition = state;
1444 error = __device_suspend_late(dev, pm_transition, true);
1447 pm_dev_err(dev, pm_transition, " async", error);
1457 return __device_suspend_late(dev, pm_transition, false);
1472 pm_transition = state;
1721 error = __device_suspend(dev, pm_transition, true);
1724 pm_dev_err(dev, pm_transition, " async", error);
1735 return __device_suspend(dev, pm_transition, false);
1754 pm_transition = state;