Home
last modified time | relevance | path

Searched refs:t7xx_fsm_command (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c109 struct t7xx_fsm_command *cmd = container_of(ref, typeof(*cmd), refcnt); in fsm_release_command()
114 static void fsm_finish_command(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, int result) in fsm_finish_command()
134 struct t7xx_fsm_command *cmd, *cmd_next; in fsm_flush_event_cmd_qs()
183 static void fsm_routine_exception(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, in fsm_routine_exception()
276 static void fsm_routine_stopped(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd) in fsm_routine_stopped()
286 static void fsm_routine_stopping(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd) in fsm_routine_stopping()
367 static void fsm_routine_start(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd) in fsm_routine_start()
440 struct t7xx_fsm_command *cmd; in fsm_main_thread()
452 cmd = list_first_entry(&ctl->command_queue, struct t7xx_fsm_command, entry); in fsm_main_thread()
485 struct t7xx_fsm_command *cmd; in t7xx_fsm_append_cmd()
H A Dt7xx_state_monitor.h109 struct t7xx_fsm_command { struct