Searched refs:configs (Results 1 – 24 of 24) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_tsf.c | 1293 struct wlan_fwol_tsf_accuracy_configs *configs = NULL; in hdd_get_tsf_accuracy_context() local 1307 status = ucfg_fwol_get_tsf_accuracy_configs(hddctx->psoc, &configs); in hdd_get_tsf_accuracy_context() 1311 if (!configs || !configs->enable || in hdd_get_tsf_accuracy_context() 1312 (configs->periodic_pulse_gpio == TSF_GPIO_PIN_INVALID && in hdd_get_tsf_accuracy_context() 1313 configs->sync_gpio == TSF_GPIO_PIN_INVALID)) in hdd_get_tsf_accuracy_context() 1316 return configs; in hdd_get_tsf_accuracy_context() 1352 struct wlan_fwol_tsf_accuracy_configs *configs; in hdd_tsf_gpio_timer_expired_handler() local 1367 configs = hdd_get_tsf_accuracy_context(adapter); in hdd_tsf_gpio_timer_expired_handler() 1368 if (!configs) in hdd_tsf_gpio_timer_expired_handler() 1375 (tsf_time_us % (configs->pulse_interval_ms * USEC_PER_MSEC)); in hdd_tsf_gpio_timer_expired_handler() [all …]
|
/wlan-driver/qcacld-3.0/configs/ |
D | kiwi_defconfig | 3 include $(WLAN_ROOT)/configs/default_defconfig 25 #DP configs
|
D | mango_defconfig | 5 include $(WLAN_ROOT)/configs/default_defconfig 24 #DP configs
|
D | kiwi_v2_defconfig | 9 include $(WLAN_ROOT)/configs/default_defconfig 45 #DP configs
|
D | adrastea_defconfig | 1 include $(WLAN_ROOT)/configs/default_defconfig
|
D | wlan_defconfig | 1 include $(WLAN_ROOT)/configs/default_defconfig
|
D | qca6490_defconfig | 2 include $(WLAN_ROOT)/configs/default_defconfig
|
D | qca6750_defconfig | 3 include $(WLAN_ROOT)/configs/default_defconfig
|
D | whunt_defconfig | 7 include $(WLAN_ROOT)/configs/default_defconfig
|
D | qcn7605_defconfig | 1 include $(WLAN_ROOT)/configs/genoa.pci.debug_defconfig
|
D | genoa.sdio.debug_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.sdio.perf_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.usb.debug_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.usb.perf_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.common | 189 # WoW filer configs 192 # Offload configs
|
D | genoa.snoc.debug_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.snoc.perf_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.pci.perf_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | genoa.pci.debug_defconfig | 2 include $(WLAN_ROOT)/configs/genoa.common
|
D | wcn6450_defconfig | 3 #DP configs
|
D | peach_defconfig | 23 #DP configs
|
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/ |
D | wlan_fw_offload_main.c | 469 int32_t configs[CFG_TSF_ACCURACY_CONFIG_LEN] = { 0 }; in fwol_init_tsf_accuracy_configs() local 474 configs, in fwol_init_tsf_accuracy_configs() 484 fwol_cfg->tsf_accuracy_configs.enable = configs[0]; in fwol_init_tsf_accuracy_configs() 485 fwol_cfg->tsf_accuracy_configs.sync_gpio = configs[1]; in fwol_init_tsf_accuracy_configs() 486 fwol_cfg->tsf_accuracy_configs.periodic_pulse_gpio = configs[2]; in fwol_init_tsf_accuracy_configs() 487 fwol_cfg->tsf_accuracy_configs.pulse_interval_ms = configs[3]; in fwol_init_tsf_accuracy_configs()
|
/wlan-driver/qcacld-3.0/ |
D | wlan_qcacld3_modules.bzl | 57 "configs/default_config.h", 58 "configs/config_to_feature.h", 2210 outs = ["configs/grep_defines_{}.h".format(tvc)], 2221 name = "configs/{}_defconfig_generate_consolidate".format(tvc), 2222 outs = ["configs/{}_defconfig.generated_consolidate".format(tvc)], 2224 "configs/{}_gki_{}_defconfig".format(target, chipset), 2225 "configs/{}_consolidate_{}_defconfig".format(target, chipset), 2230 name = "configs/{}_defconfig_generate_gki".format(tvc), 2231 outs = ["configs/{}_defconfig.generated_gki".format(tvc)], 2233 "configs/{}_gki_{}_defconfig".format(target, chipset), [all …]
|
D | Kbuild | 46 include $(WLAN_ROOT)/configs/$(CONFIG_QCA_CLD_WLAN_PROFILE)_defconfig 3335 ccflags-y += -include $(WLAN_ROOT)/configs/default_config.h
|