Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad7606.h80 const unsigned int *oversampling_avail; member
150 const unsigned int *oversampling_avail; member
H A Dat91-sama5d2_adc.c479 unsigned int oversampling_avail[5]; member
721 .oversampling_avail = { 1, 4, 16, },
743 .oversampling_avail = { 1, 4, 16, 64, 256, },
856 if (oversampling_ratio == st->soc_info.platform->oversampling_avail[i]) in at91_adc_config_emr()
1997 *vals = (int *)st->soc_info.platform->oversampling_avail; in at91_adc_read_avail()