Home
last modified time | relevance | path

Searched refs:htc_start (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_main.c329 if (htc_start(epping_ctx->HTCHandle) != QDF_STATUS_SUCCESS) in epping_enable()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_api.h486 QDF_STATUS htc_start(HTC_HANDLE HTCHandle);
H A Dhtc.c899 QDF_STATUS htc_start(HTC_HANDLE HTCHandle) in htc_start() function
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c1190 status = htc_start(gp_cds_context->htc_ctx); in cds_pre_enable()