Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c125 return dp_soc_attach_poll(txrx_soc); in dp_soc_attach_poll_li()
724 arch_ops->dp_soc_attach_poll = dp_soc_attach_poll_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings.h326 QDF_STATUS dp_soc_attach_poll(struct cdp_soc_t *txrx_soc);
H A Ddp_types.h2583 QDF_STATUS (*dp_soc_attach_poll)(struct cdp_soc_t *txrx_soc); member
H A Ddp_rings_main.c751 QDF_STATUS dp_soc_attach_poll(struct cdp_soc_t *txrx_soc) in dp_soc_attach_poll() function
H A Ddp_main.c2560 return soc->arch_ops.dp_soc_attach_poll(txrx_soc); in dp_soc_interrupt_attach_wrapper()
2572 return soc->arch_ops.dp_soc_attach_poll(txrx_soc); in dp_soc_interrupt_attach_wrapper()
2580 return soc->arch_ops.dp_soc_attach_poll(txrx_soc); in dp_soc_interrupt_attach_wrapper()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c998 arch_ops->dp_soc_attach_poll = dp_soc_attach_poll_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c2127 return dp_soc_attach_poll(txrx_soc); in dp_soc_attach_poll_be()
3718 arch_ops->dp_soc_attach_poll = dp_soc_attach_poll_be; in dp_initialize_arch_ops_be()