Searched refs:fsm_finish_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/wwan/t7xx/ |
D | t7xx_state_monitor.c | 100 static void fsm_finish_command(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, int result) in fsm_finish_command() function 127 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_flush_event_cmd_qs() 176 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_exception() 206 fsm_finish_command(ctl, cmd, 0); in fsm_routine_exception() 220 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopped() 224 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopped() 234 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopping() 255 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopping() 328 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_start() 341 fsm_finish_command(ctl, cmd, -ETIMEDOUT); in fsm_routine_start() [all …]
|