Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c211 ctl->curr_state = FSM_STATE_STOPPED; in fsm_stopped_handler()
219 if (ctl->curr_state == FSM_STATE_STOPPED) { in fsm_routine_stopped()
233 if (ctl->curr_state == FSM_STATE_STOPPED || ctl->curr_state == FSM_STATE_STOPPING) { in fsm_routine_stopping()
327 ctl->curr_state != FSM_STATE_STOPPED) { in fsm_routine_start()
493 return FSM_STATE_STOPPED; in t7xx_fsm_get_ctl_state()
517 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.c110 ctl->curr_state == FSM_STATE_STOPPED) in t7xx_pci_mhccif_isr()