t7xx_fsm_command
struct t7xx_fsm_command *cmd = container_of(ref, typeof(*cmd), refcnt);
static void fsm_finish_command(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, int result)
struct t7xx_fsm_command *cmd, *cmd_next;
static void fsm_routine_exception(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd,
static void fsm_routine_stopped(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd)
static void fsm_routine_stopping(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd)
static void fsm_routine_start(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd)
struct t7xx_fsm_command *cmd;
cmd = list_first_entry(&ctl->command_queue, struct t7xx_fsm_command, entry);
struct t7xx_fsm_command *cmd;