Home
last modified time | relevance | path

Searched refs:txrx_soc_detach (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c675 arch_ops->txrx_soc_detach = dp_soc_detach_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c961 arch_ops->txrx_soc_detach = dp_soc_detach_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h1352 !soc->ops->cmn_drv_ops->txrx_soc_detach) in cdp_soc_detach()
1355 soc->ops->cmn_drv_ops->txrx_soc_detach(soc); in cdp_soc_detach()
H A Dcdp_txrx_ops.h458 void (*txrx_soc_detach)(struct cdp_soc_t *soc); member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h2315 QDF_STATUS (*txrx_soc_detach)(struct dp_soc *soc); member
H A Ddp_main.c4051 soc->arch_ops.txrx_soc_detach(soc); in dp_soc_detach()
12364 .txrx_soc_detach = dp_soc_detach_wifi3,
13835 soc->arch_ops.txrx_soc_detach(soc); in dp_soc_attach()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3643 arch_ops->txrx_soc_detach = dp_soc_detach_be; in dp_initialize_arch_ops_be()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6176 .txrx_soc_detach = ol_txrx_soc_detach,