Home
last modified time | relevance | path

Searched refs:FSM_CMD_STOP (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_pci.c473 case FSM_CMD_STOP: in t7xx_send_fsm_command()
474 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_send_fsm_command()
503 ret = t7xx_send_fsm_command(t7xx_dev, FSM_CMD_STOP); in t7xx_pci_reprobe_early()
584 ret = t7xx_send_fsm_command(t7xx_dev, FSM_CMD_STOP); in __t7xx_pci_pm_resume()
Dt7xx_state_monitor.h55 FSM_CMD_STOP, enumerator
Dt7xx_state_monitor.c462 case FSM_CMD_STOP: in fsm_main_thread()