Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_state_monitor.h132 int t7xx_fsm_recv_md_intr(struct t7xx_fsm_ctl *ctl, enum t7xx_md_irq_type type);
Dt7xx_modem_ops.c105 ret = t7xx_fsm_recv_md_intr(ctl, MD_IRQ_CCIF_EX); in t7xx_pci_mhccif_isr()
112 ret = t7xx_fsm_recv_md_intr(ctl, MD_IRQ_PORT_ENUM); in t7xx_pci_mhccif_isr()
Dt7xx_state_monitor.c576 int t7xx_fsm_recv_md_intr(struct t7xx_fsm_ctl *ctl, enum t7xx_md_irq_type type) in t7xx_fsm_recv_md_intr() function