Home
last modified time | relevance | path

Searched refs:FSM_STATE_STOPPED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c266 ctl->curr_state = FSM_STATE_STOPPED; in fsm_stopped_handler()
278 if (ctl->curr_state == FSM_STATE_STOPPED) { in fsm_routine_stopped()
291 if (ctl->curr_state == FSM_STATE_STOPPED || ctl->curr_state == FSM_STATE_STOPPING) { in fsm_routine_stopping()
378 ctl->curr_state != FSM_STATE_STOPPED) { in fsm_routine_start()
581 return FSM_STATE_STOPPED; in t7xx_fsm_get_ctl_state()
605 ctl->curr_state = FSM_STATE_STOPPED; in t7xx_fsm_reset()
H A Dt7xx_state_monitor.h35 FSM_STATE_STOPPED, enumerator
H A Dt7xx_modem_ops.c111 ctl->curr_state == FSM_STATE_STOPPED) in t7xx_pci_mhccif_isr()