Searched refs:fsm_finish_command (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_state_monitor.c | 114 static void fsm_finish_command(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, int result) in fsm_finish_command() function 141 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_flush_event_cmd_qs() 190 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_exception() 220 fsm_finish_command(ctl, cmd, 0); in fsm_routine_exception() 279 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopped() 283 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopped() 292 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_stopping() 304 fsm_finish_command(ctl, cmd, fsm_stopped_handler(ctl)); in fsm_routine_stopping() 379 fsm_finish_command(ctl, cmd, -EINVAL); in fsm_routine_start() 434 fsm_finish_command(ctl, cmd, ret); in fsm_routine_start() [all …]
|