Home
last modified time | relevance | path

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

/drivers/hwmon/
A Dtmp102.c58 unsigned long ready_time; member
83 if (time_before(jiffies, tmp102->ready_time)) { in tmp102_read()
253 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS); in tmp102_probe()
286 tmp102->ready_time = jiffies + msecs_to_jiffies(CONVERSION_TIME_MS); in tmp102_resume()
A Dtmp108.c77 unsigned long ready_time; member
128 if (time_before(jiffies, tmp108->ready_time)) { in tmp108_read()
365 tmp108->ready_time = jiffies; in tmp108_common_probe()
368 tmp108->ready_time += in tmp108_common_probe()
416 tmp108->ready_time = jiffies + in tmp108_resume()

Completed in 6 milliseconds