Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad4851.c164 unsigned long max_sample_rate_hz; member
218 freq = clamp(freq, 1, st->info->max_sample_rate_hz); in ad4851_set_sampling_freq()
1071 .max_sample_rate_hz = 250 * KILO,
1080 .max_sample_rate_hz = 250 * KILO,
1089 .max_sample_rate_hz = 1 * MEGA,
1098 .max_sample_rate_hz = 1 * MEGA,
1107 .max_sample_rate_hz = 250 * KILO,
1116 .max_sample_rate_hz = 250 * KILO,
1125 .max_sample_rate_hz = 1 * MEGA,
1134 .max_sample_rate_hz = 1 * MEGA,
[all …]
H A Dad7944.c109 u32 max_sample_rate_hz; member
129 .max_sample_rate_hz = _max, \
666 adc->sample_freq_range[2] = chip_info->max_sample_rate_hz; /* max */ in ad7944_probe()