Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-xlr.c75 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/
Dxlr_net.c650 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()