Lines Matching full:transition
22 * transition to a new state only if we're allowed to.
25 * transition can be made to states in L1, L2 and L3. A notable exception to
26 * this rule is state DISABLE. From DISABLE state we can only transition to
153 /* Handle device ready state transition */
255 dev_err(dev, "Unable to transition to M0 state\n"); in mhi_pm_m0_transition()
314 * transition to M1 state, the host can transition the device to M2 state
363 dev_err(dev, "Unable to transition to M3 state\n"); in mhi_pm_m3_transition()
373 /* Handle device Mission Mode transition */
381 dev_dbg(dev, "Processing Mission Mode transition\n"); in mhi_pm_mission_mode_transition()
461 dev_dbg(dev, "Processing disable transition with PM state: %s\n", in mhi_pm_disable_transition()
579 dev_err(dev, "Failed to transition from PM state: %s to: %s\n", in mhi_pm_sys_error_transition()
588 /* Wake up threads waiting for state transition */ in mhi_pm_sys_error_transition()
671 /* Transition to next state */ in mhi_pm_sys_error_transition()
731 /* Device State Transition worker */
747 dev_dbg(dev, "Handling state transition: %s\n", in mhi_pm_st_worker()
843 dev_dbg(dev, "Allowing M3 transition\n"); in mhi_pm_suspend()
1107 /* Transition to next state */ in mhi_async_power_up()