Home
last modified time | relevance | path

Searched refs:orig_jiffies (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/i2c/busses/
Di2c-imx-lpi2c.c125 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()
Di2c-mpc.c126 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()
Di2c-imx.c419 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
442 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
616 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
650 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
678 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
705 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
/Linux-v5.4/drivers/i2c/
Di2c-core-smbus.c550 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
578 orig_jiffies = jiffies; in __i2c_smbus_xfer()
585 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
Di2c-core-base.c1951 unsigned long orig_jiffies; in __i2c_transfer() local
1979 orig_jiffies = jiffies; in __i2c_transfer()
1988 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/Linux-v5.4/drivers/tty/
Damiserial.c1379 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local
1388 orig_jiffies = jiffies; in rs_wait_until_sent()
1426 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
Drocket.c1413 unsigned long orig_jiffies; in rp_wait_until_sent() local
1422 orig_jiffies = jiffies; in rp_wait_until_sent()
1438 exit_time = orig_jiffies + timeout - jiffies; in rp_wait_until_sent()
Dmxser.c1976 unsigned long orig_jiffies, char_time; in mxser_wait_until_sent() local
1986 orig_jiffies = jiffies; in mxser_wait_until_sent()
2020 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mxser_wait_until_sent()
Dsynclinkmp.c1052 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()
Dcyclades.c1607 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()
Dsynclink.c3112 unsigned long orig_jiffies, char_time; in mgsl_wait_until_sent() local
3127 orig_jiffies = jiffies; in mgsl_wait_until_sent()
3151 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgsl_wait_until_sent()
3160 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgsl_wait_until_sent()
Dsynclink_gt.c888 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-v5.4/drivers/char/pcmcia/
Dsynclink_cs.c2361 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local
2376 orig_jiffies = jiffies; in mgslpc_wait_until_sent()
2399 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
2408 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()