Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_reg.h55 ol_txrx_soc_attach(void *scn_handle, struct ol_if_ops *dp_ol_if_ops) in ol_txrx_soc_attach() argument
61 ol_txrx_soc_attach(void *scn_handle, struct ol_if_ops *dp_ol_if_ops);
159 struct ol_if_ops *dp_ol_if_ops) in cdp_soc_attach() argument
167 params.ol_ops = dp_ol_if_ops; in cdp_soc_attach()
199 return ol_txrx_soc_attach(psoc, dp_ol_if_ops); in cdp_soc_attach()
H A Dcdp_txrx_cmn.h1375 struct ol_if_ops *dp_ol_if_ops) in cdp_soc_init() argument
1390 dp_ol_if_ops, devid); in cdp_soc_init()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2167 qdf_ctx, params->dp_ol_if_ops); in wlan_dp_txrx_soc_attach()
2173 params->dp_ol_if_ops)) in wlan_dp_txrx_soc_attach()
2182 params->dp_ol_if_ops); in wlan_dp_txrx_soc_attach()
2186 qdf_ctx, params->dp_ol_if_ops)) in wlan_dp_txrx_soc_attach()
2193 qdf_ctx, params->dp_ol_if_ops); in wlan_dp_txrx_soc_attach()
2197 qdf_ctx, params->dp_ol_if_ops)) in wlan_dp_txrx_soc_attach()
2203 params->dp_ol_if_ops); in wlan_dp_txrx_soc_attach()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c127 static struct ol_if_ops dp_ol_if_ops = { variable
154 static struct ol_if_ops dp_ol_if_ops = { variable
896 soc_attach_params.dp_ol_if_ops = &dp_ol_if_ops; in cds_open()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.h85 struct ol_if_ops *dp_ol_if_ops);
H A Dol_txrx.c6442 struct ol_if_ops *dp_ol_if_ops) in ol_txrx_soc_attach() argument
6452 soc->cdp_soc.ol_ops = dp_ol_if_ops; in ol_txrx_soc_attach()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h303 struct ol_if_ops *dp_ol_if_ops; member