Searched refs:ready_time (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwmon/
H A Dtmp102.c57 unsigned long ready_time; member in struct:tmp102
82 if (time_before(jiffies, tmp102->ready_time)) {
248 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS);
281 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS);
H A Dtmp108.c76 unsigned long ready_time; member in struct:tmp108
127 if (time_before(jiffies, tmp108->ready_time)) {
374 tmp108->ready_time = jiffies;
377 tmp108->ready_time +=
408 tmp108->ready_time = jiffies +

Completed in 113 milliseconds