Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-imx-lpi2c.c125 unsigned long orig_jiffies = jiffies; in lpi2c_imx_bus_busy() local
140 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_bus_busy()
187 unsigned long orig_jiffies = jiffies; in lpi2c_imx_stop() local
197 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_stop()
318 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local
329 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
Di2c-mpc.c136 unsigned long orig_jiffies = jiffies; in i2c_wait() local
143 if (time_after(jiffies, orig_jiffies + timeout)) { in i2c_wait()
649 unsigned long orig_jiffies = jiffies; in mpc_xfer() local
661 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_xfer()
694 orig_jiffies = jiffies; in mpc_xfer()
697 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_xfer()
Di2c-imx.c422 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
444 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
628 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
662 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
690 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
717 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
/linux-4.19.296/drivers/i2c/
Di2c-core-smbus.c553 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
569 orig_jiffies = jiffies; in __i2c_smbus_xfer()
577 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
Di2c-core-base.c1879 unsigned long orig_jiffies; in __i2c_transfer() local
1903 orig_jiffies = jiffies; in __i2c_transfer()
1908 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c2362 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local
2377 orig_jiffies = jiffies; in mgslpc_wait_until_sent()
2400 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
2409 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()