Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-imx-lpi2c.c121 unsigned long orig_jiffies = jiffies; in lpi2c_imx_bus_busy() local
136 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_bus_busy()
185 unsigned long orig_jiffies = jiffies; in lpi2c_imx_stop() local
195 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_stop()
319 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local
330 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
H A Di2c-imx.c535 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
558 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
1155 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
1191 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
1255 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
1289 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
H A Di2c-mpc.c668 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local
695 orig_jiffies = jiffies; in mpc_i2c_execute_msg()
698 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
/linux/drivers/i2c/
H A Di2c-core-smbus.c560 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
588 orig_jiffies = jiffies; in __i2c_smbus_xfer()
595 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
H A Di2c-core-base.c2213 unsigned long orig_jiffies; in __i2c_transfer() local
2246 orig_jiffies = jiffies; in __i2c_transfer()
2255 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux/drivers/tty/
H A Damiserial.c1269 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local
1272 orig_jiffies = jiffies; in rs_wait_until_sent()
1310 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
H A Dsynclink_gt.c824 unsigned long orig_jiffies, char_time; in wait_until_sent() local
834 orig_jiffies = jiffies; in wait_until_sent()
856 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()