Home
last modified time | relevance | path

Searched refs:htc (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_credit_history.c128 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count, in htc_print_credit_history() argument
176 HTC_HANDLE htc; in htc_log_hang_credit_history() local
180 htc = notif_block->priv_data; in htc_log_hang_credit_history()
182 if (!htc) in htc_log_hang_credit_history()
Dhtc_api.h949 int32_t htc_dec_return_htt_runtime_cnt(HTC_HANDLE htc);
955 int32_t htc_dec_return_htt_runtime_cnt(HTC_HANDLE htc) in htc_dec_return_htt_runtime_cnt() argument
1050 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count,
1054 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count, in htc_print_credit_history() argument
1069 void htc_system_resume(HTC_HANDLE htc);
1071 static inline void htc_system_resume(HTC_HANDLE htc) in htc_system_resume() argument
Dhtc_debug.h22 #define ATH_MODULE_NAME htc
Dhtc.c39 ATH_DEBUG_INSTANTIATE_MODULE_VAR(htc,
320 int32_t htc_dec_return_htt_runtime_cnt(HTC_HANDLE htc) in htc_dec_return_htt_runtime_cnt() argument
322 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc); in htc_dec_return_htt_runtime_cnt()
444 A_REGISTER_MODULE_DEBUG_INFO(htc); in htc_create()
Dhtc_send.c3030 void htc_system_resume(HTC_HANDLE htc) in htc_system_resume() argument
3032 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc); in htc_system_resume()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_txrx_stats.h180 } htc; member
/wlan-driver/qca-wifi-host-cmn/spectral/
DKbuild62 HOST_CMN_CONVG_HTC_INC := $(DEPTH)/cmn_dev/htc
103 -I$(obj)/$(HOST_CMN_CONVG_SRC)/htc \
/wlan-driver/qcacld-3.0/
Dwlan_qcacld3_modules.bzl85 "cmn/htc",
354 "cmn/htc/htc.c",
355 "cmn/htc/htc_recv.c",
356 "cmn/htc/htc_send.c",
357 "cmn/htc/htc_services.c",
863 "cmn/htc/htc_credit_history.c",
1831 "cmn/htc/htc_hang_event.c",
DKbuild2772 HTC_DIR := htc
2775 HTC_OBJS := $(WLAN_COMMON_ROOT)/$(HTC_DIR)/htc.o \
2788 $(call add-wlan-objs,htc,$(HTC_OBJS))
/wlan-driver/qca-wifi-host-cmn/iot_sim/
DKbuild78 -I$(obj)/$(HOST_CMN_CONVG_SRC)/htc \