Lines Matching refs:current_state_id
156 sm->current_state_id = initial_state;
169 handler = sm->state_table[sm->current_state_id].exit_state;
173 sm->previous_state_id = sm->current_state_id;
174 sm->current_state_id = next_state;
176 handler = sm->state_table[sm->current_state_id].enter_state;
827 if (ihost->sm.current_state_id == SCIC_STARTING) {
842 state = iphy->sm.current_state_id;
867 u32 state = iphy->sm.current_state_id;
994 if (ihost->sm.current_state_id != SCIC_INITIALIZED) {
996 __func__, ihost->sm.current_state_id);
1160 if (ihost->sm.current_state_id != SCIC_READY) {
1162 __func__, ihost->sm.current_state_id);
1185 switch (ihost->sm.current_state_id) {
1198 __func__, ihost->sm.current_state_id);
1607 if (sm->current_state_id == SCIC_STARTING)
1609 else if (sm->current_state_id == SCIC_STOPPING) {
1850 if (current_phy->sm.current_state_id == SCI_PHY_READY &&
2141 if (ihost->sm.current_state_id != SCIC_RESET) {
2143 __func__, ihost->sm.current_state_id);
2384 switch (ihost->sm.current_state_id) {
2400 ihost->sm.current_state_id);
2407 switch (ihost->sm.current_state_id) {
2419 ihost->sm.current_state_id);
2429 (ihost->device_table[index]->sm.current_state_id == SCI_DEV_STOPPING))
2439 if (ihost->sm.current_state_id != SCIC_STOPPING) {
2444 ihost->sm.current_state_id);
2610 if (ihost->sm.current_state_id != SCIC_READY) {
2612 __func__, ihost->sm.current_state_id);
2635 if (ihost->sm.current_state_id != SCIC_READY) {
2637 __func__, ihost->sm.current_state_id);
2675 switch (ihost->sm.current_state_id) {
2688 __func__, ihost->sm.current_state_id);
2698 if (ihost->sm.current_state_id != SCIC_READY) {
2700 __func__, ihost->sm.current_state_id);
2724 if (ihost->sm.current_state_id != SCIC_READY) {