Home
last modified time | relevance | path

Searched refs:spectral (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.c104 struct target_if_spectral *spectral; in get_target_if_spectral_handle_from_pdev() local
125 spectral = (struct target_if_spectral *) in get_target_if_spectral_handle_from_pdev()
128 return spectral; in get_target_if_spectral_handle_from_pdev()
427 target_if_spectral_get_vdev(struct target_if_spectral *spectral, in target_if_spectral_get_vdev() argument
433 if (!spectral) { in target_if_spectral_get_vdev()
437 pdev = spectral->pdev_obj; in target_if_spectral_get_vdev()
448 if (spectral->vdev_id[smode] != WLAN_INVALID_VDEV_ID) { in target_if_spectral_get_vdev()
450 pdev, spectral->vdev_id[smode], in target_if_spectral_get_vdev()
487 target_if_send_vdev_spectral_configure_cmd(struct target_if_spectral *spectral, in target_if_send_vdev_spectral_configure_cmd() argument
497 if (!spectral || !param || !(spectral->pdev_obj)) { in target_if_send_vdev_spectral_configure_cmd()
[all …]
Dtarget_if_spectral_phyerr.c177 QDF_STATUS target_if_spectral_fw_hang(struct target_if_spectral *spectral) in target_if_spectral_fw_hang() argument
184 if (!spectral) { in target_if_spectral_fw_hang()
189 pdev = spectral->pdev_obj; in target_if_spectral_fw_hang()
211 GET_WMI_HDL_FROM_PDEV(spectral->pdev_obj), &param); in target_if_spectral_fw_hang()
859 target_if_spectral_unify_cfreq_format(struct target_if_spectral *spectral, in target_if_spectral_unify_cfreq_format() argument
869 if (!spectral) { in target_if_spectral_unify_cfreq_format()
873 if (!spectral->pdev_obj) { in target_if_spectral_unify_cfreq_format()
878 psoc = wlan_pdev_get_psoc(spectral->pdev_obj); in target_if_spectral_unify_cfreq_format()
888 spectral->rparams.fragmentation_160[smode]) { in target_if_spectral_unify_cfreq_format()
899 if (spectral->spectral_gen == SPECTRAL_GEN3) in target_if_spectral_unify_cfreq_format()
[all …]
Dtarget_if_spectral_netlink.c35 target_if_spectral_fill_samp_msg(struct target_if_spectral *spectral, in target_if_spectral_fill_samp_msg() argument
47 if (!spectral) { in target_if_spectral_fill_samp_msg()
52 spectral_dp_stats = &spectral->data_stats; in target_if_spectral_fill_samp_msg()
66 spectral->rparams.detid_mode_table[params->hw_detector_id]; in target_if_spectral_fill_samp_msg()
80 pwr_format = spectral->params[spectral_mode].ss_pwr_format; in target_if_spectral_fill_samp_msg()
82 qdf_spin_lock_bh(&spectral->session_det_map_lock); in target_if_spectral_fill_samp_msg()
84 if (!spectral->det_map[params->hw_detector_id]. in target_if_spectral_fill_samp_msg()
86 qdf_spin_unlock_bh(&spectral->session_det_map_lock); in target_if_spectral_fill_samp_msg()
92 det_map = &spectral->det_map[params->hw_detector_id]; in target_if_spectral_fill_samp_msg()
94 spec_samp_msg = spectral->nl_cb.get_sbuff(spectral->pdev_obj, in target_if_spectral_fill_samp_msg()
[all …]
Dtarget_if_spectral_sim.c578 struct target_if_spectral *spectral = NULL; in OS_TIMER_FUNC() local
586 OS_GET_TIMER_ARG(spectral, struct target_if_spectral *); in OS_TIMER_FUNC()
587 if (!spectral) { in OS_TIMER_FUNC()
592 p_sops = GET_TARGET_IF_SPECTRAL_OPS(spectral); in OS_TIMER_FUNC()
598 simctx = (struct spectralsim_context *)spectral->simctx; in OS_TIMER_FUNC()
635 p_sops->spectral_process_phyerr(spectral, in OS_TIMER_FUNC()
651 target_if_spectral_sops_sim_stop_scan(spectral); in OS_TIMER_FUNC()
661 target_if_spectral_sim_attach(struct target_if_spectral *spectral) in target_if_spectral_sim_attach() argument
665 if (!spectral) { in target_if_spectral_sim_attach()
678 spectral->simctx = simctx; in target_if_spectral_sim_attach()
[all …]
Dtarget_if_spectral.h751 #define GET_TARGET_IF_SPECTRAL_OPS(spectral) \ argument
752 ((struct target_if_spectral_ops *)(&((spectral)->spectral_ops)))
812 int (*spectral_process_phyerr)(struct target_if_spectral *spectral,
821 struct target_if_spectral *spectral,
1693 struct target_if_spectral *spectral,
1708 struct target_if_spectral *spectral,
1739 struct target_if_spectral *spectral,
1792 struct target_if_spectral *spectral,
1816 struct target_if_spectral *spectral,
2120 struct target_if_spectral *spectral = NULL; in target_if_spectral_set_rxchainmask() local
[all …]
Dtarget_if_spectral_sim.h36 int target_if_spectral_sim_attach(struct target_if_spectral *spectral);
48 void target_if_spectral_sim_detach(struct target_if_spectral *spectral);
/wlan-driver/qca-wifi-host-cmn/spectral/
DKbuild13 …(WLAN) -I$(IF_WLAN) -I$(ATH_SPECTRAL) -I$(ATHEROSPATH) -I$(obj)/$(DEPTH)/../../apps/spectral/common
29 INCS += -I$(obj)/$(DEPTH)/cmn_dev/os_if/linux/spectral/inc
31 INCS += -I$(obj)/$(DEPTH)/cmn_dev/spectral/core
32 INCS += -I$(obj)/$(DEPTH)/component_dev/direct_attach/spectral/core
162 INCS += -I$(obj)/$(DEPTH)/cmn_dev/target_if/spectral
167 #Start of Legacy spectral related defines
168 …(WLAN) -I$(IF_WLAN) -I$(ATH_SPECTRAL) -I$(ATHEROSPATH) -I$(obj)/$(DEPTH)/../../apps/spectral/common
180 #End of legacy spectral defines
205 INCS += -I$(obj)/$(DEPTH)/spectral/dispatcher/inc
219 SPECTRAL_TIF_OBJS += $(DEPTH)/cmn_dev/target_if/spectral/target_if_spectral.o \
[all …]
/wlan-driver/qcacld-3.0/
Dwlan_qcacld3_modules.bzl98 "cmn/os_if/linux/spectral/inc",
107 "cmn/spectral/core",
108 "cmn/spectral/dispatcher/inc",
132 "cmn/target_if/spectral",
1480 "cmn/spectral/core/spectral_common.c",
1481 "cmn/spectral/core/spectral_offload.c",
1482 "cmn/spectral/dispatcher/src/wlan_spectral_tgt_api.c",
1483 "cmn/spectral/dispatcher/src/wlan_spectral_ucfg_api.c",
1484 "cmn/spectral/dispatcher/src/wlan_spectral_utils_api.c",
1485 "cmn/os_if/linux/spectral/src/os_if_spectral_netlink.c",
[all …]
DKbuild1078 -I$(WLAN_COMMON_INC)/os_if/linux/spectral/inc \
1140 UMAC_SPECTRAL_DIR := spectral
1145 UMAC_TARGET_SPECTRAL_INC := -I$(WLAN_COMMON_INC)/target_if/spectral
1156 $(WLAN_COMMON_ROOT)/os_if/linux/spectral/src/wlan_cfg80211_spectral.o \
1157 $(WLAN_COMMON_ROOT)/os_if/linux/spectral/src/os_if_spectral_netlink.o \
1158 $(WLAN_COMMON_ROOT)/target_if/spectral/target_if_spectral_netlink.o \
1159 $(WLAN_COMMON_ROOT)/target_if/spectral/target_if_spectral_phyerr.o \
1160 $(WLAN_COMMON_ROOT)/target_if/spectral/target_if_spectral.o \
1161 $(WLAN_COMMON_ROOT)/target_if/spectral/target_if_spectral_sim.o
3957 #Enable spectral support
/wlan-driver/qcacld-3.0/configs/
Dqca6174_defconfig422 #Enable spectral support
Dwcn6450_defconfig428 #Enable spectral support
Dqca6390_defconfig482 #Enable spectral support
Dpeach_defconfig538 #Enable spectral support
Dwear_defconfig603 #Enable spectral support
Ddefault_defconfig948 #Enable spectral support