Home
last modified time | relevance | path

Searched refs:configs (Results 1 – 24 of 24) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c1293 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/
Dkiwi_defconfig3 include $(WLAN_ROOT)/configs/default_defconfig
25 #DP configs
Dmango_defconfig5 include $(WLAN_ROOT)/configs/default_defconfig
24 #DP configs
Dkiwi_v2_defconfig9 include $(WLAN_ROOT)/configs/default_defconfig
45 #DP configs
Dadrastea_defconfig1 include $(WLAN_ROOT)/configs/default_defconfig
Dwlan_defconfig1 include $(WLAN_ROOT)/configs/default_defconfig
Dqca6490_defconfig2 include $(WLAN_ROOT)/configs/default_defconfig
Dqca6750_defconfig3 include $(WLAN_ROOT)/configs/default_defconfig
Dwhunt_defconfig7 include $(WLAN_ROOT)/configs/default_defconfig
Dqcn7605_defconfig1 include $(WLAN_ROOT)/configs/genoa.pci.debug_defconfig
Dgenoa.sdio.debug_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.sdio.perf_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.usb.debug_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.usb.perf_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.common189 # WoW filer configs
192 # Offload configs
Dgenoa.snoc.debug_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.snoc.perf_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.pci.perf_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dgenoa.pci.debug_defconfig2 include $(WLAN_ROOT)/configs/genoa.common
Dwcn6450_defconfig3 #DP configs
Dpeach_defconfig23 #DP configs
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
Dwlan_fw_offload_main.c469 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/
Dwlan_qcacld3_modules.bzl57 "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 …]
DKbuild46 include $(WLAN_ROOT)/configs/$(CONFIG_QCA_CLD_WLAN_PROFILE)_defconfig
3335 ccflags-y += -include $(WLAN_ROOT)/configs/default_config.h