Searched refs:orig_jiffies (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/i2c/busses/ |
A D | i2c-imx-lpi2c.c | 119 unsigned long orig_jiffies = jiffies; in lpi2c_imx_bus_busy() local 134 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_bus_busy() 181 unsigned long orig_jiffies = jiffies; in lpi2c_imx_stop() local 191 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_stop() 312 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local 323 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
|
A D | i2c-imx.c | 452 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local 472 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy() 872 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local 906 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write() 934 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local 961 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
|
A D | i2c-mpc.c | 665 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local 692 orig_jiffies = jiffies; in mpc_i2c_execute_msg() 695 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
|
/linux/drivers/i2c/ |
A D | i2c-core-smbus.c | 559 unsigned long orig_jiffies; in __i2c_smbus_xfer() local 587 orig_jiffies = jiffies; in __i2c_smbus_xfer() 594 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
|
A D | i2c-core-base.c | 2080 unsigned long orig_jiffies; in __i2c_transfer() local 2108 orig_jiffies = jiffies; in __i2c_transfer() 2117 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
|
/linux/drivers/tty/ |
A D | amiserial.c | 1275 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local 1278 orig_jiffies = jiffies; in rs_wait_until_sent() 1316 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
|
A D | mxser.c | 1451 unsigned long orig_jiffies, char_time; in mxser_wait_until_sent() local 1461 orig_jiffies = jiffies; in mxser_wait_until_sent() 1495 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mxser_wait_until_sent()
|
A D | synclink_gt.c | 832 unsigned long orig_jiffies, char_time; in wait_until_sent() local 842 orig_jiffies = jiffies; in wait_until_sent() 864 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
/linux/drivers/char/pcmcia/ |
A D | synclink_cs.c | 2353 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local 2368 orig_jiffies = jiffies; in mgslpc_wait_until_sent() 2391 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent() 2400 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
|
Completed in 43 milliseconds