Searched refs:fsm_finish_command (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/wwan/t7xx/ |
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() 272 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopped() 276 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopped() 285 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopping() 297 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopping() 372 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_start() 427 fsm_finish_command(ctl, cmd, ret); in fsm_routine_start() [all …]
|