Home
last modified time | relevance | path

Searched refs:MD_STATE_WAITING_FOR_HS1 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_state_monitor.h71 MD_STATE_WAITING_FOR_HS1, enumerator
Dt7xx_port_wwan.c101 if (md_state == MD_STATE_WAITING_FOR_HS1 || md_state == MD_STATE_WAITING_FOR_HS2) { in t7xx_port_ctrl_tx()
Dt7xx_modem_ops.c101 ctl->md_state == MD_STATE_WAITING_FOR_HS1 || in t7xx_pci_mhccif_isr()
113 } else if (ctl->md_state == MD_STATE_WAITING_FOR_HS1) { in t7xx_pci_mhccif_isr()
Dt7xx_netdev.c383 case MD_STATE_WAITING_FOR_HS1: in t7xx_ccmni_md_state_callback()
Dt7xx_hif_dpmaif.c499 case MD_STATE_WAITING_FOR_HS1: in t7xx_dpmaif_md_state_callback()
Dt7xx_port_proxy.c319 case MD_STATE_WAITING_FOR_HS1: in t7xx_port_send_skb()
Dt7xx_state_monitor.c328 t7xx_fsm_broadcast_state(ctl, MD_STATE_WAITING_FOR_HS1); in fsm_routine_starting()