/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-imx-lpi2c.c | 125 unsigned long orig_jiffies = jiffies; in lpi2c_imx_bus_busy() local 140 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_bus_busy() 187 unsigned long orig_jiffies = jiffies; in lpi2c_imx_stop() local 197 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_stop() 318 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local 329 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
|
D | i2c-mpc.c | 126 unsigned long orig_jiffies = jiffies; in i2c_wait() local 133 if (time_after(jiffies, orig_jiffies + timeout)) { in i2c_wait() 570 unsigned long orig_jiffies = jiffies; in mpc_xfer() local 582 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_xfer() 615 orig_jiffies = jiffies; in mpc_xfer() 618 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_xfer()
|
D | i2c-imx.c | 409 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local 432 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 640 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write() 668 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local 695 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-core-smbus.c | 546 unsigned long orig_jiffies; in __i2c_smbus_xfer() local 562 orig_jiffies = jiffies; in __i2c_smbus_xfer() 570 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
|
D | i2c-core-base.c | 1864 unsigned long orig_jiffies; in __i2c_transfer() local 1888 orig_jiffies = jiffies; in __i2c_transfer() 1893 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
|
/Linux-v4.19/drivers/spi/ |
D | spi-fsl-lpspi.c | 159 unsigned long orig_jiffies = jiffies; in fsl_lpspi_txfifo_empty() local 164 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in fsl_lpspi_txfifo_empty()
|
/Linux-v4.19/drivers/tty/ |
D | amiserial.c | 1405 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local 1414 orig_jiffies = jiffies; in rs_wait_until_sent() 1452 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
|
D | rocket.c | 1407 unsigned long orig_jiffies; in rp_wait_until_sent() local 1416 orig_jiffies = jiffies; in rp_wait_until_sent() 1432 exit_time = orig_jiffies + timeout - jiffies; in rp_wait_until_sent()
|
D | mxser.c | 1973 unsigned long orig_jiffies, char_time; in mxser_wait_until_sent() local 1983 orig_jiffies = jiffies; in mxser_wait_until_sent() 2017 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mxser_wait_until_sent()
|
D | synclinkmp.c | 1052 unsigned long orig_jiffies, char_time; in wait_until_sent() local 1067 orig_jiffies = jiffies; in wait_until_sent() 1090 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent() 1102 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
D | cyclades.c | 1607 unsigned long orig_jiffies; in cy_wait_until_sent() local 1616 orig_jiffies = jiffies; in cy_wait_until_sent() 1650 if (timeout && time_after(jiffies, orig_jiffies + in cy_wait_until_sent()
|
D | synclink.c | 3113 unsigned long orig_jiffies, char_time; in mgsl_wait_until_sent() local 3128 orig_jiffies = jiffies; in mgsl_wait_until_sent() 3152 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgsl_wait_until_sent() 3161 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgsl_wait_until_sent()
|
D | synclink_gt.c | 888 unsigned long orig_jiffies, char_time; in wait_until_sent() local 898 orig_jiffies = jiffies; in wait_until_sent() 920 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
|
/Linux-v4.19/drivers/char/pcmcia/ |
D | synclink_cs.c | 2362 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local 2377 orig_jiffies = jiffies; in mgslpc_wait_until_sent() 2400 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent() 2409 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
|