Searched refs:t7xx_fsm_append_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_state_monitor.c | 402 ret = t7xx_fsm_append_cmd(ctl, FSM_CMD_START, 0); in fsm_routine_start() 483 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id, unsigned int flag) in t7xx_fsm_append_cmd() function 590 return t7xx_fsm_append_cmd(ctl, FSM_CMD_START, cmd_flags); in t7xx_fsm_recv_md_intr() 595 return t7xx_fsm_append_cmd(ctl, FSM_CMD_EXCEPTION, cmd_flags); in t7xx_fsm_recv_md_intr()
|
| H A D | t7xx_state_monitor.h | 124 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id,
|
| H A D | t7xx_modem_ops.c | 784 ret = t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_START, 0); in t7xx_md_init() 824 t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_PRE_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_md_exit()
|
| H A D | t7xx_pci.c | 521 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_send_fsm_command() 529 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_START, 0); in t7xx_send_fsm_command()
|