Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dnau7802.c56 u32 conversion_count; member
115 st->conversion_count = 0; in nau7802_set_gain()
195 if (st->conversion_count < NAU7802_MIN_CONVERSIONS) in nau7802_eoc_trigger()
196 st->conversion_count++; in nau7802_eoc_trigger()
197 if (st->conversion_count >= NAU7802_MIN_CONVERSIONS) in nau7802_eoc_trigger()
279 if (st->conversion_count < NAU7802_MIN_CONVERSIONS) in nau7802_read_poll()
280 st->conversion_count++; in nau7802_read_poll()
281 } while (st->conversion_count < NAU7802_MIN_CONVERSIONS); in nau7802_read_poll()
312 st->conversion_count = 0; in nau7802_read_raw()
378 st->conversion_count = 0; in nau7802_write_raw()