Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c130 return dp_soc_interrupt_detach(txrx_soc); in dp_soc_interrupt_detach_li()
725 arch_ops->dp_soc_interrupt_detach = dp_soc_interrupt_detach_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c999 arch_ops->dp_soc_interrupt_detach = dp_soc_interrupt_detach_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c2132 return dp_soc_interrupt_detach(txrx_soc); in dp_soc_interrupt_detach_be()
3719 arch_ops->dp_soc_interrupt_detach = dp_soc_interrupt_detach_be; in dp_initialize_arch_ops_be()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c838 void dp_soc_interrupt_detach(struct cdp_soc_t *txrx_soc) in dp_soc_interrupt_detach() function
983 dp_soc_interrupt_detach(txrx_soc); in dp_soc_interrupt_attach()
H A Ddp_types.h2584 void (*dp_soc_interrupt_detach)(struct cdp_soc_t *txrx_soc); member
H A Ddp_internal.h5687 void dp_soc_interrupt_detach(struct cdp_soc_t *txrx_soc);
H A Ddp_main.c2537 return soc->arch_ops.dp_soc_interrupt_detach(txrx_soc); in dp_soc_interrupt_detach_wrapper()