Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-xlr.c170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local
183 stoptime = jiffies + timeout; in xlr_i2c_tx()
214 stoptime = jiffies + timeout; 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
249 stoptime = jiffies + timeout; in xlr_i2c_rx()
269 stoptime = jiffies + timeout; in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
/Linux-v4.19/drivers/staging/netlogic/
Dxlr_net.c631 unsigned long timeout, stoptime, checktime; in xlr_phy_write() local
636 stoptime = jiffies + timeout; 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
666 stoptime = jiffies + timeout; in xlr_phy_read()
682 timedout = time_after(checktime, stoptime); in xlr_phy_read()