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
61 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() argument85 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_spectral_process_fft()86 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_spectral_process_fft()139 bins = (u8 *)fftr; in ath10k_spectral_process_fft()140 bins += sizeof(*fftr); in ath10k_spectral_process_fft()
3508 const struct phyerr_fft_report *fftr, in ath10k_dfs_fft_report() argument3514 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_dfs_fft_report()3515 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_dfs_fft_report()3551 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_dfs() local3592 if (i + sizeof(*tlv) + sizeof(*fftr) > buf_len) { in ath10k_wmi_event_dfs()3598 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs()3599 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs()3616 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_spectral_scan() local3640 if (sizeof(*fftr) > tlv_len) { in ath10k_wmi_event_spectral_scan()3646 fftr_len = tlv_len - sizeof(*fftr); in ath10k_wmi_event_spectral_scan()[all …]