Searched refs:hdd (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/ |
H A D | wlan_qcacld3_modules.bzl | 280 "core/hdd/inc", 281 "core/hdd/src", 548 "core/hdd/src/wlan_hdd_assoc.c", 549 "core/hdd/src/wlan_hdd_cfg80211.c", 550 "core/hdd/src/wlan_hdd_cfg.c", 551 "core/hdd/src/wlan_hdd_cm_connect.c", 552 "core/hdd/src/wlan_hdd_cm_disconnect.c", 553 "core/hdd/src/wlan_hdd_data_stall_detection.c", 554 "core/hdd/src/wlan_hdd_driver_ops.c", 555 "core/hdd/src/wlan_hdd_ftm.c", [all …]
|
H A D | Kbuild | 113 HDD_DIR := core/hdd 582 $(call add-wlan-objs,hdd,$(HDD_OBJS)) 2747 COAP_HDD_SRC := core/hdd/src
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_tsf.h | 362 bool hdd_tsf_is_tx_set(struct hdd_context *hdd); 371 bool hdd_tsf_is_rx_set(struct hdd_context *hdd); 380 bool hdd_tsf_is_raw_set(struct hdd_context *hdd); 389 bool hdd_tsf_is_dbg_fs_set(struct hdd_context *hdd); 440 bool hdd_tsf_is_tsf64_tx_set(struct hdd_context *hdd); 503 bool hdd_tsf_is_tsf64_tx_set(struct hdd_context *hdd) in hdd_tsf_is_tsf64_tx_set() argument
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_tsf.c | 255 static bool hdd_tsf_is_ptp_enabled(struct hdd_context *hdd) in hdd_tsf_is_ptp_enabled() argument 259 if (hdd && QDF_IS_STATUS_SUCCESS( in hdd_tsf_is_ptp_enabled() 260 ucfg_fwol_get_tsf_ptp_options(hdd->psoc, &tsf_ptp_options))) in hdd_tsf_is_ptp_enabled() 266 bool hdd_tsf_is_tx_set(struct hdd_context *hdd) in hdd_tsf_is_tx_set() argument 270 if (hdd && QDF_IS_STATUS_SUCCESS( in hdd_tsf_is_tx_set() 271 ucfg_fwol_get_tsf_ptp_options(hdd->psoc, &tsf_ptp_options))) in hdd_tsf_is_tx_set() 277 bool hdd_tsf_is_rx_set(struct hdd_context *hdd) in hdd_tsf_is_rx_set() argument 281 if (hdd && QDF_IS_STATUS_SUCCESS( in hdd_tsf_is_rx_set() 282 ucfg_fwol_get_tsf_ptp_options(hdd->psoc, &tsf_ptp_options))) in hdd_tsf_is_rx_set() 288 bool hdd_tsf_is_raw_set(struct hdd_context *hdd) in hdd_tsf_is_raw_set() argument [all …]
|
/wlan-driver/qcacld-3.0/configs/ |
H A D | qca6174_defconfig | 667 #Flag to enable hdd memory dump feature
|
H A D | wcn6450_defconfig | 714 #Flag to enable hdd memory dump feature
|
H A D | qca6390_defconfig | 765 #Flag to enable hdd memory dump feature
|
H A D | peach_defconfig | 264 #Flag to enable hdd memory dump feature
|
H A D | wear_defconfig | 951 #Flag to enable hdd memory dump feature
|
H A D | default_defconfig | 1440 #Flag to enable hdd memory dump feature
|