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
152 /* Handle device ready state transition */
180 /* Timeout if device did not transition to ready state */ in mhi_ready_state_transition()
256 dev_err(dev, "Unable to transition to M0 state\n"); in mhi_pm_m0_transition()
315 * transition to M1 state, the host can transition the device to M2 state
364 dev_err(dev, "Unable to transition to M3 state\n"); in mhi_pm_m3_transition()
374 /* Handle device Mission Mode transition */
381 dev_dbg(dev, "Processing Mission Mode transition\n"); in mhi_pm_mission_mode_transition()
473 /* Wake up threads waiting for state transition */ in mhi_pm_disable_transition()
477 dev_err(dev, "Failed to transition to state: %s from: %s\n", in mhi_pm_disable_transition()
619 /* Device State Transition worker */
635 dev_dbg(dev, "Handling state transition: %s\n", in mhi_pm_st_worker()
726 dev_info(dev, "Allowing M3 transition\n"); in mhi_pm_suspend()
1008 /* Transition to next state */ in mhi_async_power_up()