Searched refs:conv_time (Results 1 – 4 of 4) 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,
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);1201 static int conv_time_measure(struct w1_slave *sl, int *conv_time) in conv_time_measure() argument1250 *conv_time = jiffies_to_msecs(j_end-j_start)*12/10; in conv_time_measure()1252 *conv_time, HZ); in conv_time_measure()1253 if (*conv_time <= CONV_TIME_MEASURE) { in conv_time_measure()1984 int conv_time; in conv_time_store() local1986 ret = conv_time_measure(sl, &conv_time); in conv_time_store()1989 SLAVE_CONV_TIME_OVERRIDE(sl) = conv_time; in conv_time_store()
139 What: /sys/bus/w1/devices/.../conv_time