Lines Matching defs:conv_time
69 /* Allowed values for sysfs conv_time attribute */
355 static DEVICE_ATTR_RW(conv_time);
1212 static int conv_time_measure(struct w1_slave *sl, int *conv_time)
1261 *conv_time = jiffies_to_msecs(j_end-j_start)*12/10;
1262 pr_debug("W1 Measure complete, conv_time = %d, HZ=%d.\n",
1263 *conv_time, HZ);
1264 if (*conv_time <= CONV_TIME_MEASURE) {
2017 int conv_time;
2019 ret = conv_time_measure(sl, &conv_time);
2022 SLAVE_CONV_TIME_OVERRIDE(sl) = conv_time;