Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dmax1027.c280 unsigned int conversion_time = MAX1027_CONVERSION_UDELAY; in max1027_wait_eoc() local
291 conversion_time *= hweight32(*indio_dev->active_scan_mask); in max1027_wait_eoc()
293 usleep_range(conversion_time, conversion_time * 2); in max1027_wait_eoc()
/linux/drivers/w1/slaves/
H A Dw1_therm.c919 static inline int conversion_time(struct w1_slave *sl) in conversion_time() function
1125 t_conv = conversion_time(sl); in convert_t()
1502 int t_cur = conversion_time(sl); in trigger_bulk_read()
1962 return sprintf(buf, "%d\n", conversion_time(sl)); in conv_time_show()