Searched refs:fftr (Results 1 – 3 of 3) sorted by relevance
51 const struct phyerr_fft_report *fftr,63 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() argument
76 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() argument93 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_spectral_process_fft()94 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_spectral_process_fft()147 bins = (u8 *)fftr; in ath10k_spectral_process_fft()148 bins += sizeof(*fftr) + ar->hw_params.spectral_bin_offset; in ath10k_spectral_process_fft()
3927 const struct phyerr_fft_report *fftr, in ath10k_dfs_fft_report() argument3933 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_dfs_fft_report()3934 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_dfs_fft_report()3970 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_dfs() local4011 if (i + sizeof(*tlv) + sizeof(*fftr) > buf_len) { in ath10k_wmi_event_dfs()4017 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs()4018 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs()4035 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_spectral_scan() local4059 if (sizeof(*fftr) > tlv_len) { in ath10k_wmi_event_spectral_scan()4065 fftr_len = tlv_len - sizeof(*fftr); in ath10k_wmi_event_spectral_scan()[all …]