Lines Matching refs:state
129 u32 state;
132 MHISTATUS_MHISTATE_SHIFT, &state);
133 return ret ? MHI_STATE_MAX : state;
411 enum mhi_state state = MHI_STATE_MAX;
421 state = mhi_get_mhi_state(mhi_cntrl);
426 TO_MHI_STATE_STR(state));
428 if (state == MHI_STATE_SYS_ERR) {
463 /* Wake up events waiting for state change */
745 * in case MHI is already in error state, but it's still possible
746 * to transition to error state while processing events
785 dev_dbg(dev, "State change event to state: %s\n",
817 dev_err(dev, "Invalid state: %s\n",
987 enum mhi_state state;
992 * We can check PM state w/o a lock here because there is no way
993 * PM state can change from reg access valid to no access while this
999 * process it since we are probably in a suspended state,
1012 * SYS_ERR state? Check the state to confirm.
1016 state = mhi_get_mhi_state(mhi_cntrl);
1017 if (state == MHI_STATE_SYS_ERR) {
1114 dev_err(dev, "MHI is not in activate state, PM state: %s\n",
1376 /* If channel is not in disable state, do not allow it to start */
1379 dev_dbg(dev, "channel: %d is not in disabled state\n",
1456 dev_dbg(dev, "Chan: %d successfully moved to start state\n",
1573 /* Move channel to start state */