Searched refs:fftr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | spectral.h | 40 const struct phyerr_fft_report *fftr, 52 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() 50 ath10k_spectral_process_fft(struct ath10k *ar, struct wmi_phyerr_ev_arg *phyerr, const struct phyerr_fft_report *fftr, size_t bin_len, u64 tsf) ath10k_spectral_process_fft() argument
|
H A D | spectral.c | 65 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() 82 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() 63 ath10k_spectral_process_fft(struct ath10k *ar, struct wmi_phyerr_ev_arg *phyerr, const struct phyerr_fft_report *fftr, size_t bin_len, u64 tsf) ath10k_spectral_process_fft() argument
|
H A D | wmi.c | 4143 const struct phyerr_fft_report *fftr, in ath10k_dfs_fft_report() 4149 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_dfs_fft_report() 4150 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_dfs_fft_report() 4186 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_dfs() local 4227 if (i + sizeof(*tlv) + sizeof(*fftr) > buf_len) { in ath10k_wmi_event_dfs() 4233 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs() 4234 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs() 4251 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_spectral_scan() local 4275 if (sizeof(*fftr) > tlv_len) { in ath10k_wmi_event_spectral_scan() 4281 fftr_len = tlv_len - sizeof(*fftr); in ath10k_wmi_event_spectral_scan() 4141 ath10k_dfs_fft_report(struct ath10k *ar, struct wmi_phyerr_ev_arg *phyerr, const struct phyerr_fft_report *fftr, u64 tsf) ath10k_dfs_fft_report() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | spectral.h | 40 const struct phyerr_fft_report *fftr, 52 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() 50 ath10k_spectral_process_fft(struct ath10k *ar, struct wmi_phyerr_ev_arg *phyerr, const struct phyerr_fft_report *fftr, size_t bin_len, u64 tsf) ath10k_spectral_process_fft() argument
|
H A D | spectral.c | 65 const struct phyerr_fft_report *fftr, in ath10k_spectral_process_fft() 82 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() 63 ath10k_spectral_process_fft(struct ath10k *ar, struct wmi_phyerr_ev_arg *phyerr, const struct phyerr_fft_report *fftr, size_t bin_len, u64 tsf) ath10k_spectral_process_fft() argument
|
H A D | wmi.c | 4143 const struct phyerr_fft_report *fftr, in ath10k_dfs_fft_report() 4149 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_dfs_fft_report() 4150 reg1 = __le32_to_cpu(fftr->reg1); in ath10k_dfs_fft_report() 4186 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_dfs() local 4227 if (i + sizeof(*tlv) + sizeof(*fftr) > buf_len) { in ath10k_wmi_event_dfs() 4233 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs() 4234 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs() 4251 const struct phyerr_fft_report *fftr; in ath10k_wmi_event_spectral_scan() local 4275 if (sizeof(*fftr) > tlv_len) { in ath10k_wmi_event_spectral_scan() 4281 fftr_len = tlv_len - sizeof(*fftr); in ath10k_wmi_event_spectral_scan() 4141 ath10k_dfs_fft_report(struct ath10k *ar, struct wmi_phyerr_ev_arg *phyerr, const struct phyerr_fft_report *fftr, u64 tsf) ath10k_dfs_fft_report() argument [all...] |
Completed in 17 milliseconds