MPCG_STATE_RESET
case MPCG_STATE_RESET:
fsm_newstate(priv->mpcg->fsm, MPCG_STATE_RESET);
fsm_newstate(priv->mpcg->fsm, MPCG_STATE_RESET);
fsm_newstate(grp->fsm, MPCG_STATE_RESET);
if ((grp->saved_state != MPCG_STATE_RESET) ||
case MPCG_STATE_RESET:
fsm_newstate(grp->fsm, MPCG_STATE_RESET);
fsm_newstate(grp->fsm, MPCG_STATE_RESET);
case MPCG_STATE_RESET:
case MPCG_STATE_RESET:
[MPCG_STATE_RESET] = "Reset",
{ MPCG_STATE_RESET, MPCG_EVENT_INOP, mpc_action_go_inop },