Searched refs:orig_jiffies (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-imx-lpi2c.c | 125 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()
|
D | i2c-mpc.c | 136 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()
|
D | i2c-imx.c | 422 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/ |
D | i2c-core-smbus.c | 553 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()
|
D | i2c-core-base.c | 1879 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/ |
D | synclink_cs.c | 2362 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()
|