Searched refs:md_state (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wwan/t7xx/ |
D | t7xx_state_monitor.h | 67 enum md_state { enum 84 enum md_state md_state; member 116 int (*notifier_fn)(enum md_state state, void *data); 125 void t7xx_fsm_broadcast_state(struct t7xx_fsm_ctl *ctl, enum md_state state); 130 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl);
|
D | t7xx_port_wwan.c | 60 enum md_state md_state; in t7xx_port_ctrl_tx() local 68 md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_ctrl_tx() 69 if (md_state == MD_STATE_WAITING_FOR_HS1 || md_state == MD_STATE_WAITING_FOR_HS2) { in t7xx_port_ctrl_tx() 71 port_conf->name, md_state); in t7xx_port_ctrl_tx()
|
D | t7xx_port_ctrl_msg.c | 61 enum md_state md_state; in fsm_ee_message_handler() local 64 md_state = t7xx_fsm_get_md_state(ctl); in fsm_ee_message_handler() 65 if (md_state != MD_STATE_EXCEPTION) { in fsm_ee_message_handler() 67 ctrl_msg_h->ex_msg, md_state); in fsm_ee_message_handler()
|
D | t7xx_state_monitor.c | 74 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state) in fsm_state_notify() 91 void t7xx_fsm_broadcast_state(struct t7xx_fsm_ctl *ctl, enum md_state state) in t7xx_fsm_broadcast_state() 93 ctl->md_state = state; in t7xx_fsm_broadcast_state() 260 if (ctl->md_state != MD_STATE_WAITING_FOR_HS2) in t7xx_fsm_broadcast_ready_state() 263 ctl->md_state = MD_STATE_READY; in t7xx_fsm_broadcast_ready_state() 471 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl) in t7xx_fsm_get_md_state() 474 return ctl->md_state; in t7xx_fsm_get_md_state()
|
D | t7xx_modem_ops.c | 98 if (ctl->md_state == MD_STATE_INVALID || in t7xx_pci_mhccif_isr() 99 ctl->md_state == MD_STATE_WAITING_FOR_HS1 || in t7xx_pci_mhccif_isr() 100 ctl->md_state == MD_STATE_WAITING_FOR_HS2 || in t7xx_pci_mhccif_isr() 101 ctl->md_state == MD_STATE_READY) { in t7xx_pci_mhccif_isr() 111 } else if (ctl->md_state == MD_STATE_WAITING_FOR_HS1) { in t7xx_pci_mhccif_isr()
|
D | t7xx_port_proxy.c | 263 enum md_state md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_send_skb() local 265 switch (md_state) { in t7xx_port_send_skb()
|
D | t7xx_port.h | 80 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state);
|
D | t7xx_hif_dpmaif.h | 201 int t7xx_dpmaif_md_state_callback(struct dpmaif_ctrl *dpmaif_ctrl, enum md_state state);
|
D | t7xx_netdev.c | 259 static int t7xx_ccmni_md_state_callback(enum md_state state, void *para) in t7xx_ccmni_md_state_callback()
|
D | t7xx_hif_dpmaif.c | 485 int t7xx_dpmaif_md_state_callback(struct dpmaif_ctrl *dpmaif_ctrl, enum md_state state) in t7xx_dpmaif_md_state_callback()
|