| /linux-4.4.14/drivers/i2c/busses/ |
| D | i2c-mpc.c | 128 unsigned long orig_jiffies = jiffies; in i2c_wait() local 135 if (time_after(jiffies, orig_jiffies + timeout)) { in i2c_wait() 565 unsigned long orig_jiffies = jiffies; in mpc_xfer() local 577 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_xfer() 610 orig_jiffies = jiffies; in mpc_xfer() 613 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_xfer()
|
| D | i2c-imx.c | 424 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local 443 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy() 613 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local 648 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write() 676 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local 707 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
|
| /linux-4.4.14/net/irda/ircomm/ |
| D | ircomm_tty.c | 763 unsigned long orig_jiffies, poll_time; in ircomm_tty_wait_until_sent() local 769 orig_jiffies = jiffies; in ircomm_tty_wait_until_sent() 783 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in ircomm_tty_wait_until_sent()
|
| /linux-4.4.14/drivers/i2c/ |
| D | i2c-core.c | 2172 unsigned long orig_jiffies; in __i2c_transfer() local 2192 orig_jiffies = jiffies; in __i2c_transfer() 2197 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer() 3026 unsigned long orig_jiffies; in i2c_smbus_xfer() local 3044 orig_jiffies = jiffies; in i2c_smbus_xfer() 3052 orig_jiffies + adapter->timeout)) in i2c_smbus_xfer()
|
| /linux-4.4.14/drivers/tty/ |
| D | amiserial.c | 1437 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local 1446 orig_jiffies = jiffies; in rs_wait_until_sent() 1484 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
|
| D | rocket.c | 1441 unsigned long orig_jiffies; in rp_wait_until_sent() local 1450 orig_jiffies = jiffies; in rp_wait_until_sent() 1466 exit_time = orig_jiffies + timeout - jiffies; in rp_wait_until_sent()
|
| D | mxser.c | 1980 unsigned long orig_jiffies, char_time; in mxser_wait_until_sent() local 1990 orig_jiffies = jiffies; in mxser_wait_until_sent() 2024 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mxser_wait_until_sent()
|
| D | synclinkmp.c | 1057 unsigned long orig_jiffies, char_time; in wait_until_sent() local 1072 orig_jiffies = jiffies; in wait_until_sent() 1095 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent() 1107 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
| D | cyclades.c | 1611 unsigned long orig_jiffies; in cy_wait_until_sent() local 1620 orig_jiffies = jiffies; in cy_wait_until_sent() 1654 if (timeout && time_after(jiffies, orig_jiffies + in cy_wait_until_sent()
|
| D | synclink.c | 3129 unsigned long orig_jiffies, char_time; in mgsl_wait_until_sent() local 3144 orig_jiffies = jiffies; in mgsl_wait_until_sent() 3168 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgsl_wait_until_sent() 3177 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgsl_wait_until_sent()
|
| D | synclink_gt.c | 894 unsigned long orig_jiffies, char_time; in wait_until_sent() local 904 orig_jiffies = jiffies; in wait_until_sent() 926 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
| /linux-4.4.14/drivers/char/pcmcia/ |
| D | synclink_cs.c | 2374 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local 2389 orig_jiffies = jiffies; in mgslpc_wait_until_sent() 2412 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent() 2421 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
|
| /linux-4.4.14/drivers/tty/serial/ |
| D | crisv10.c | 3699 unsigned long orig_jiffies; in rs_wait_until_sent() local 3711 orig_jiffies = jiffies; in rs_wait_until_sent() 3718 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
|