Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c129 u8 *sample_buf, u64 tsf, u16 freq, int chan_type);
134 u8 *sample_buf, in ath_cmn_process_ht20_fft() argument
155 mag_info = (struct ath_ht20_mag_info *) (sample_buf + in ath_cmn_process_ht20_fft()
172 memcpy(fft_sample_20.data, sample_buf, SPECTRAL_HT20_NUM_BINS); in ath_cmn_process_ht20_fft()
238 u8 *sample_buf, in ath_cmn_process_ht20_40_fft() argument
285 mag_info = (struct ath_ht20_40_mag_info *) (sample_buf + in ath_cmn_process_ht20_40_fft()
311 memcpy(fft_sample_40.data, sample_buf, SPECTRAL_HT20_40_NUM_BINS); in ath_cmn_process_ht20_40_fft()
472 u8 sample_buf[SPECTRAL_SAMPLE_MAX_LEN] = {0}; in ath_cmn_process_fft() local
621 sample_buf, sample_len, in ath_cmn_process_fft()
624 ret = fft_handler(rs, spec_priv, sample_buf, in ath_cmn_process_fft()
[all …]
/linux/drivers/iio/accel/
H A Dadxl367.c181 __be16 sample_buf; member
728 ret = regmap_bulk_read(st->regmap, chan->address, &st->sample_buf, in adxl367_read_sample()
729 sizeof(st->sample_buf)); in adxl367_read_sample()
733 sample = FIELD_GET(ADXL367_DATA_MASK, be16_to_cpu(st->sample_buf)); in adxl367_read_sample()