Searched refs:spectral (Results 1 – 15 of 15) sorted by relevance
220 ar->spectral.mode = mode; in ath11k_spectral_scan_config()400 ar->spectral.count = val; in ath11k_write_file_spectral_count()613 bin_sz = ab->hw_params.spectral.fft_sz + ab->hw_params.spectral.fft_pad_sz; in ath11k_spectral_process_fft()685 ar->spectral.is_primary = !ar->spectral.is_primary; in ath11k_spectral_process_fft()696 if (ar->spectral.rfs_scan) in ath11k_spectral_process_fft()902 if (!ar->spectral.enabled) in ath11k_spectral_reset_buffer()905 if (ar->spectral.rfs_scan) in ath11k_spectral_reset_buffer()917 sp = &ar->spectral; in ath11k_spectral_deinit()1007 sp = &ar->spectral; in ath11k_spectral_init()1052 if (ar->spectral.enabled) in ath11k_spectral_get_mode()[all …]
53 bool "QCA ath11k spectral scan support"57 Enable ath11k spectral scan support59 Say Y to enable access to the FFT/spectral data via debugfs.
26 ath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
65 .spectral = {150 .spectral = {233 .spectral = {317 .spectral = {400 .spectral = {484 .spectral = {568 .spectral = {636 .spectral = {
181 } spectral; member
716 struct ath11k_spectral spectral; member
16 if (!ar->spectral.rfs_chan_spec_scan) in send_fft_sample()192 if (ar->spectral.mode == SPECTRAL_DISABLED) in ath10k_spectral_scan_trigger()226 ar->spectral.mode = mode; in ath10k_spectral_scan_config()282 spectral_mode = ar->spectral.mode; in read_file_spec_scan_ctl()325 ar->spectral.mode); in write_file_spec_scan_ctl()402 ar->spectral.config.count = val; in write_file_spectral_count()427 fft_size = ar->spectral.config.fft_size; in read_file_spectral_bins()461 ar->spectral.config.fft_size = ilog2(val); in write_file_spectral_bins()514 ar->spectral.mode = SPECTRAL_DISABLED; in ath10k_spectral_start()556 if (ar->spectral.rfs_chan_spec_scan) { in ath10k_spectral_destroy()[all …]
71 bool "Atheros ath10k spectral scan support"76 Say Y to enable access to the FFT/spectral data via debugfs.
18 ath10k_core-$(CONFIG_ATH10K_SPECTRAL) += spectral.o
1236 } spectral; member
195 As well as access to the FFT/spectral data.209 bool "Atheros ath9k/ath9k_htc spectral scan support"214 Say Y to enable access to the FFT/spectral data via debugfs.
66 ath9k_common-$(CONFIG_ATH9K_COMMON_SPECTRAL) += common-spectral.o
109 channel such as its direction or spectral response. For example, a light
40 standard that defines spectral weighting functions that model the
162 Specifies if the frontend should do spectral inversion or not.
Completed in 52 milliseconds