Searched refs:checktime (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-xlr.c | 75 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local 101 checktime = jiffies; in xlr_i2c_tx() 113 timedout = time_after(checktime, stoptime); in xlr_i2c_tx() 135 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local 151 checktime = jiffies; in xlr_i2c_rx() 167 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | xlr_net.c | 650 unsigned long timeout, stoptime, checktime; in xlr_phy_write() local 665 checktime = jiffies; in xlr_phy_write() 668 timedout = time_after(checktime, stoptime); in xlr_phy_write() 680 unsigned long timeout, stoptime, checktime; in xlr_phy_read() local 698 checktime = jiffies; in xlr_phy_read() 701 timedout = time_after(checktime, stoptime); in xlr_phy_read()
|