Searched refs:htc_ctx (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
H A D | epping_main.c | 293 p_cds_context->htc_ctx = htc_create(scn, &htc_info, qdf_ctx, in epping_enable() 295 if (!p_cds_context->htc_ctx) { in epping_enable() 348 htc_destroy(p_cds_context->htc_ctx); in epping_enable() 349 p_cds_context->htc_ctx = NULL; in epping_enable()
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
H A D | cds_api.c | 829 gp_cds_context->htc_ctx = in cds_open() 831 if (!gp_cds_context->htc_ctx) { in cds_open() 837 ucfg_pmo_psoc_update_htc_handle(psoc, (void *)gp_cds_context->htc_ctx); in cds_open() 969 if (gp_cds_context->htc_ctx) { in cds_open() 970 htc_destroy(gp_cds_context->htc_ctx); in cds_open() 971 gp_cds_context->htc_ctx = NULL; in cds_open() 1019 gp_cds_context->htc_ctx, in cds_dp_open() 1190 status = htc_start(gp_cds_context->htc_ctx); in cds_pre_enable() 1227 htc_stop(gp_cds_context->htc_ctx); in cds_pre_enable() 1405 if (gp_cds_context->htc_ctx) { in cds_post_disable() [all …]
|
/wlan-driver/qcacld-3.0/components/pmo/core/src/ |
H A D | wlan_pmo_suspend_resume.c | 1116 void *htc_ctx; in pmo_core_psoc_bus_runtime_suspend() local 1141 htc_ctx = pmo_core_psoc_get_htc_handle(psoc); in pmo_core_psoc_bus_runtime_suspend() 1142 if (!hif_ctx || !dp_soc || !htc_ctx || in pmo_core_psoc_bus_runtime_suspend() 1145 hif_ctx, dp_soc, pdev_id, htc_ctx); in pmo_core_psoc_bus_runtime_suspend() 1163 ret = htc_runtime_suspend(htc_ctx); in pmo_core_psoc_bus_runtime_suspend() 1270 PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(htc_runtime_resume(htc_ctx)); in pmo_core_psoc_bus_runtime_suspend() 1288 void *htc_ctx; in pmo_core_psoc_bus_runtime_resume() local 1309 htc_ctx = pmo_core_psoc_get_htc_handle(psoc); in pmo_core_psoc_bus_runtime_resume() 1310 if (!hif_ctx || !dp_soc || !htc_ctx || in pmo_core_psoc_bus_runtime_resume() 1313 hif_ctx, dp_soc, pdev_id, htc_ctx); in pmo_core_psoc_bus_runtime_resume() [all …]
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_api.h | 901 int htc_runtime_suspend(HTC_HANDLE htc_ctx); 902 int htc_runtime_resume(HTC_HANDLE htc_ctx);
|
H A D | htc.c | 278 int htc_runtime_suspend(HTC_HANDLE htc_ctx) in htc_runtime_suspend() argument 293 int htc_runtime_resume(HTC_HANDLE htc_ctx) in htc_runtime_resume() argument 295 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_ctx); in htc_runtime_resume()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_main.c | 2155 HTC_HANDLE htc_ctx = cds_get_context(QDF_MODULE_ID_HTC); in wlan_dp_txrx_soc_attach() local 2166 params->target_psoc, htc_ctx, in wlan_dp_txrx_soc_attach() 2172 htc_ctx, qdf_ctx, in wlan_dp_txrx_soc_attach() 2181 htc_ctx, qdf_ctx, in wlan_dp_txrx_soc_attach() 2185 params->target_psoc, htc_ctx, in wlan_dp_txrx_soc_attach() 2192 params->target_psoc, htc_ctx, in wlan_dp_txrx_soc_attach() 2196 params->target_psoc, htc_ctx, in wlan_dp_txrx_soc_attach() 2202 params->target_psoc, htc_ctx, qdf_ctx, in wlan_dp_txrx_soc_attach()
|
/wlan-driver/qcacld-3.0/core/cds/inc/ |
H A D | cds_sched.h | 187 void *htc_ctx; member
|