/linux-4.1.27/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 | 417 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local 436 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy() 606 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local 641 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write() 669 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local 700 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty.c | 792 unsigned long orig_jiffies, poll_time; in ircomm_tty_wait_until_sent() local 798 orig_jiffies = jiffies; in ircomm_tty_wait_until_sent() 812 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in ircomm_tty_wait_until_sent()
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-core.c | 2014 unsigned long orig_jiffies; in __i2c_transfer() local 2034 orig_jiffies = jiffies; in __i2c_transfer() 2039 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer() 2859 unsigned long orig_jiffies; in i2c_smbus_xfer() local 2877 orig_jiffies = jiffies; in i2c_smbus_xfer() 2885 orig_jiffies + adapter->timeout)) in i2c_smbus_xfer()
|
/linux-4.1.27/drivers/tty/ |
D | amiserial.c | 1441 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local 1450 orig_jiffies = jiffies; in rs_wait_until_sent() 1488 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_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 | rocket.c | 1450 unsigned long orig_jiffies; in rp_wait_until_sent() local 1459 orig_jiffies = jiffies; in rp_wait_until_sent() 1475 exit_time = orig_jiffies + timeout - jiffies; in rp_wait_until_sent()
|
D | synclinkmp.c | 1066 unsigned long orig_jiffies, char_time; in wait_until_sent() local 1081 orig_jiffies = jiffies; in wait_until_sent() 1104 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent() 1116 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
D | cyclades.c | 1620 unsigned long orig_jiffies; in cy_wait_until_sent() local 1629 orig_jiffies = jiffies; in cy_wait_until_sent() 1663 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 | 903 unsigned long orig_jiffies, char_time; in wait_until_sent() local 913 orig_jiffies = jiffies; in wait_until_sent() 935 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
/linux-4.1.27/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.1.27/drivers/tty/serial/ |
D | crisv10.c | 3769 unsigned long orig_jiffies; in rs_wait_until_sent() local 3781 orig_jiffies = jiffies; in rs_wait_until_sent() 3788 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
|