Searched refs:fftr (Results 1 – 3 of 3) sorted by relevance
40 const struct phyerr_fft_report *fftr,52 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() argument
65 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() argument82 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_spectral_process_fft()83 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_spectral_process_fft()136 bins = (u8 *)fftr; in ath10k_spectral_process_fft()137 bins += sizeof(*fftr) + ar->hw_params.spectral_bin_offset; in ath10k_spectral_process_fft()
4177 const struct phyerr_fft_report *fftr, in ath10k_dfs_fft_report() argument4183 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_dfs_fft_report()4184 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_dfs_fft_report()4220 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_dfs() local4275 if (i + sizeof(*tlv) + sizeof(*fftr) > buf_len) { in ath10k_wmi_event_dfs()4282 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs()4284 fftr = (const struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs()4286 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs()4307 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_spectral_scan() local4335 if (sizeof(*fftr) > tlv_len) { in ath10k_wmi_event_spectral_scan()[all …]