Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
A Di2c-xlr.c170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local
207 checktime = jiffies; in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
238 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local
259 checktime = jiffies; in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()

Completed in 16 milliseconds