Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/adc/
Dnau7802.c57 u32 conversion_count; member
98 st->conversion_count = 0; in nau7802_set_gain()
178 if (st->conversion_count < NAU7802_MIN_CONVERSIONS) in nau7802_eoc_trigger()
179 st->conversion_count++; in nau7802_eoc_trigger()
180 if (st->conversion_count >= NAU7802_MIN_CONVERSIONS) in nau7802_eoc_trigger()
262 if (st->conversion_count < NAU7802_MIN_CONVERSIONS) in nau7802_read_poll()
263 st->conversion_count++; in nau7802_read_poll()
264 } while (st->conversion_count < NAU7802_MIN_CONVERSIONS); in nau7802_read_poll()
295 st->conversion_count = 0; in nau7802_read_raw()
361 st->conversion_count = 0; in nau7802_write_raw()