Searched refs:conv_time (Results 1 – 5 of 5) sorted by relevance
68 unsigned int conv_time; /* usec */ member125 if (adc->chip_info->conv_time) { in mcp320x_adc_conversion()130 usleep_range(adc->chip_info->conv_time, in mcp320x_adc_conversion()131 adc->chip_info->conv_time + 100); in mcp320x_adc_conversion()352 .conv_time = 80000 * 1.02 + 144000 / 102.4,358 .conv_time = 66670 * 1.02 + 144000 / 122.88,364 .conv_time = 73100 * 1.02 + 144000 / 112.64,370 .conv_time = 16670 * 1.02 + 144000 / 122.88,
27 const unsigned int conv_time = 147; /* conversion time ms */ in ltc2485_wait_conv() local33 if (time_elapsed < conv_time) in ltc2485_wait_conv()34 msleep(conv_time - time_elapsed); in ltc2485_wait_conv()
59 ``conv_time`` is used to get current conversion time (read), and64 correct conversion time by writing a value in milliseconds to ``conv_time``; 2)66 ``conv_time``; 3) use ``features`` to enable poll for conversion68 the default conversion time write ``0`` to ``conv_time``.
355 static DEVICE_ATTR_RW(conv_time);1202 static int conv_time_measure(struct w1_slave *sl, int *conv_time) in conv_time_measure() argument1251 *conv_time = jiffies_to_msecs(j_end-j_start)*12/10; in conv_time_measure()1253 *conv_time, HZ); in conv_time_measure()1254 if (*conv_time <= CONV_TIME_MEASURE) { in conv_time_measure()1985 int conv_time; in conv_time_store() local1987 ret = conv_time_measure(sl, &conv_time); in conv_time_store()1990 SLAVE_CONV_TIME_OVERRIDE(sl) = conv_time; in conv_time_store()
139 What: /sys/bus/w1/devices/.../conv_time