Home
last modified time | relevance | path

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

/linux-6.15/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()
1069 .max_sample_rate_hz = 250 * KILO,
1078 .max_sample_rate_hz = 250 * KILO,
1087 .max_sample_rate_hz = 1 * MEGA,
1096 .max_sample_rate_hz = 1 * MEGA,
1105 .max_sample_rate_hz = 250 * KILO,
1114 .max_sample_rate_hz = 250 * KILO,
1123 .max_sample_rate_hz = 1 * MEGA,
1132 .max_sample_rate_hz = 1 * MEGA,
[all …]
H A Dad7944.c109 u32 max_sample_rate_hz; member
129 .max_sample_rate_hz = _max, \
675 adc->sample_freq_range[2] = chip_info->max_sample_rate_hz; /* max */ in ad7944_probe()