Searched refs:orig_jiffies (Results 1 – 9 of 9) sorted by relevance
/drivers/i2c/busses/ |
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()
|
D | i2c-imx.c | 460 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local 480 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy() 925 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local 959 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write() 987 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local 1014 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
|
D | i2c-mpc.c | 672 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local 699 orig_jiffies = jiffies; in mpc_i2c_execute_msg() 702 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
|
/drivers/i2c/ |
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()
|
D | i2c-core-base.c | 2079 unsigned long orig_jiffies; in __i2c_transfer() local 2107 orig_jiffies = jiffies; in __i2c_transfer() 2116 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
|
/drivers/tty/ |
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()
|
D | mxser.c | 1460 unsigned long orig_jiffies, char_time; in mxser_wait_until_sent() local 1470 orig_jiffies = jiffies; in mxser_wait_until_sent() 1504 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mxser_wait_until_sent()
|
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()
|
/drivers/char/pcmcia/ |
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()
|