Home
last modified time | relevance | path

Searched refs:sample_end (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c40 typedef int (ath_cmn_fft_idx_validator) (u8 *sample_end, int bytes_read);
43 ath_cmn_max_idx_verify_ht20_fft(u8 *sample_end, int bytes_read) in ath_cmn_max_idx_verify_ht20_fft() argument
57 mag_info = (struct ath_ht20_mag_info *) (sample_end - in ath_cmn_max_idx_verify_ht20_fft()
60 sample = sample_end - SPECTRAL_HT20_SAMPLE_LEN + 1; in ath_cmn_max_idx_verify_ht20_fft()
82 ath_cmn_max_idx_verify_ht20_40_fft(u8 *sample_end, int bytes_read) in ath_cmn_max_idx_verify_ht20_40_fft() argument
97 mag_info = (struct ath_ht20_40_mag_info *) (sample_end - in ath_cmn_max_idx_verify_ht20_40_fft()
100 sample = sample_end - SPECTRAL_HT20_40_SAMPLE_LEN + 1; in ath_cmn_max_idx_verify_ht20_40_fft()