Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dtmp102.c57 unsigned long ready_time; member
82 if (time_before(jiffies, tmp102->ready_time)) { in tmp102_read()
248 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS); in tmp102_probe()
282 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS); in tmp102_resume()
H A Dtmp108.c76 unsigned long ready_time; member
127 if (time_before(jiffies, tmp108->ready_time)) { in tmp108_read()
374 tmp108->ready_time = jiffies; in tmp108_probe()
377 tmp108->ready_time += in tmp108_probe()
408 tmp108->ready_time = jiffies + in tmp108_resume()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtmp102.c57 unsigned long ready_time; member
82 if (time_before(jiffies, tmp102->ready_time)) { in tmp102_read()
248 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS); in tmp102_probe()
281 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS); in tmp102_resume()
H A Dtmp108.c76 unsigned long ready_time; member
127 if (time_before(jiffies, tmp108->ready_time)) { in tmp108_read()
374 tmp108->ready_time = jiffies; in tmp108_probe()
377 tmp108->ready_time += in tmp108_probe()
408 tmp108->ready_time = jiffies + in tmp108_resume()

Completed in 3 milliseconds