Searched refs:fsm_finish_command (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_state_monitor.c | 107 static void fsm_finish_command(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, int result) in fsm_finish_command() function 134 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_flush_event_cmd_qs() 183 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_exception() 213 fsm_finish_command(ctl, cmd, 0); in fsm_routine_exception() 227 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopped() 231 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopped() 241 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopping() 262 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopping() 335 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_start() 348 fsm_finish_command(ctl, cmd, -ETIMEDOUT); in fsm_routine_start() [all …]
|