Searched refs:t7xx_fsm_append_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| A D | t7xx_state_monitor.c | 395 ret = t7xx_fsm_append_cmd(ctl, FSM_CMD_START, 0); in fsm_routine_start() 476 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 581 return t7xx_fsm_append_cmd(ctl, FSM_CMD_START, cmd_flags); in t7xx_fsm_recv_md_intr() 586 return t7xx_fsm_append_cmd(ctl, FSM_CMD_EXCEPTION, cmd_flags); in t7xx_fsm_recv_md_intr()
|
| A D | t7xx_state_monitor.h | 123 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id,
|
| A D | t7xx_modem_ops.c | 769 ret = t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_START, 0); in t7xx_md_init() 809 t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_PRE_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_md_exit()
|
| A D | t7xx_pci.c | 474 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_send_fsm_command() 482 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_START, 0); in t7xx_send_fsm_command()
|
Completed in 10 milliseconds