Searched refs:checktime (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-xlr.c | 170 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()
|
/Linux-v4.19/drivers/staging/netlogic/ |
D | xlr_net.c | 631 unsigned long timeout, stoptime, checktime; in xlr_phy_write() local 646 checktime = jiffies; in xlr_phy_write() 649 timedout = time_after(checktime, stoptime); in xlr_phy_write() 661 unsigned long timeout, stoptime, checktime; in xlr_phy_read() local 679 checktime = jiffies; in xlr_phy_read() 682 timedout = time_after(checktime, stoptime); in xlr_phy_read()
|