Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2154 struct hif_opaque_softc *hif_context; in wlan_dp_txrx_soc_attach() local
2159 hif_context = cds_get_context(QDF_MODULE_ID_HIF); in wlan_dp_txrx_soc_attach()
2165 dp_soc = cdp_soc_attach(LITHIUM_DP, hif_context, in wlan_dp_txrx_soc_attach()
2171 hif_context, params->target_psoc, in wlan_dp_txrx_soc_attach()
2179 dp_soc = cdp_soc_attach(BERYLLIUM_DP, hif_context, in wlan_dp_txrx_soc_attach()
2184 if (!cdp_soc_init(dp_soc, BERYLLIUM_DP, hif_context, in wlan_dp_txrx_soc_attach()
2191 cdp_soc_attach(RHINE_DP, hif_context, in wlan_dp_txrx_soc_attach()
2195 if (!cdp_soc_init(dp_soc, RHINE_DP, hif_context, in wlan_dp_txrx_soc_attach()
2201 dp_soc = cdp_soc_attach(MOB_DRV_LEGACY_DP, hif_context, in wlan_dp_txrx_soc_attach()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h185 void *hif_context; member
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c1558 context = gp_cds_context->hif_context; in __cds_get_context()
1723 cds_mod_context = &gp_cds_context->hif_context; in cds_alloc_context()
1785 p_cds_context->hif_context = context; in cds_set_context()
1828 cds_mod_context = &gp_cds_context->hif_context; in cds_free_context()