Lines Matching defs:pm_transition
66 static pm_message_t pm_transition;
576 if (pm_transition.event == PM_EVENT_RESTORE)
579 if (pm_transition.event == PM_EVENT_THAW)
698 __device_resume_noirq(dev, pm_transition, true);
707 __device_resume_noirq(dev, pm_transition, false);
717 pm_transition = state;
829 __device_resume_early(dev, pm_transition, true);
838 __device_resume_early(dev, pm_transition, false);
852 pm_transition = state;
984 __device_resume(dev, pm_transition, true);
993 __device_resume(dev, pm_transition, false);
1012 pm_transition = state;
1269 error = __device_suspend_noirq(dev, pm_transition, true);
1272 pm_dev_err(dev, pm_transition, " async", error);
1283 return __device_suspend_noirq(dev, pm_transition, false);
1293 pm_transition = state;
1452 error = __device_suspend_late(dev, pm_transition, true);
1455 pm_dev_err(dev, pm_transition, " async", error);
1465 return __device_suspend_late(dev, pm_transition, false);
1479 pm_transition = state;
1728 error = __device_suspend(dev, pm_transition, true);
1731 pm_dev_err(dev, pm_transition, " async", error);
1742 return __device_suspend(dev, pm_transition, false);
1761 pm_transition = state;