Home
last modified time | relevance | path

Searched refs:t7xx_fsm_get_md_state (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c136 return t7xx_fsm_get_md_state(ctl) == MD_STATE_EXCEPTION ? in t7xx_port_get_queue_no()
263 enum md_state md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_send_skb()
354 if (t7xx_fsm_get_md_state(ctl) == MD_STATE_INVALID) { in t7xx_port_proxy_recv_skb()
Dt7xx_state_monitor.h130 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl);
Dt7xx_port_wwan.c68 md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_ctrl_tx()
Dt7xx_port_ctrl_msg.c64 md_state = t7xx_fsm_get_md_state(ctl); in fsm_ee_message_handler()
Dt7xx_state_monitor.c471 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl) in t7xx_fsm_get_md_state() function