Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core-smbus.c561 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
589 orig_jiffies = jiffies; in __i2c_smbus_xfer()
596 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
H A Di2c-core-base.c2223 unsigned long orig_jiffies; in __i2c_transfer() local
2256 orig_jiffies = jiffies; in __i2c_transfer()
2265 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux/drivers/i2c/busses/
H A Di2c-imx.c539 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
559 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
1161 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
1197 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
1261 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
1295 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/tty/
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()