Searched refs:t7xx_fsm_append_cmd (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_state_monitor.h | 122 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id,
|
H A D | t7xx_state_monitor.c | 397 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 501 return t7xx_fsm_append_cmd(ctl, FSM_CMD_START, cmd_flags); in t7xx_fsm_recv_md_intr() 506 return t7xx_fsm_append_cmd(ctl, FSM_CMD_EXCEPTION, cmd_flags); in t7xx_fsm_recv_md_intr()
|
H A D | t7xx_modem_ops.c | 730 ret = t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_START, 0); in t7xx_md_init() 768 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 | 387 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_send_fsm_command() 395 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_START, 0); in t7xx_send_fsm_command()
|