Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_state_monitor.h131 int t7xx_fsm_recv_md_intr(struct t7xx_fsm_ctl *ctl, enum t7xx_md_irq_type type);
Dt7xx_modem_ops.c104 ret = t7xx_fsm_recv_md_intr(ctl, MD_IRQ_CCIF_EX); in t7xx_pci_mhccif_isr()
111 ret = t7xx_fsm_recv_md_intr(ctl, MD_IRQ_PORT_ENUM); in t7xx_pci_mhccif_isr()
Dt7xx_state_monitor.c496 int t7xx_fsm_recv_md_intr(struct t7xx_fsm_ctl *ctl, enum t7xx_md_irq_type type) in t7xx_fsm_recv_md_intr() function