Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/i2c/busses/
Di2c-imx-lpi2c.c120 unsigned long orig_jiffies = jiffies; in lpi2c_imx_bus_busy() local
135 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_bus_busy()
182 unsigned long orig_jiffies = jiffies; in lpi2c_imx_stop() local
192 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_stop()
313 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local
324 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
Di2c-imx.c486 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
506 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
953 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
987 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
1015 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
1042 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
Di2c-mpc.c673 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local
700 orig_jiffies = jiffies; in mpc_i2c_execute_msg()
703 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
/linux-6.1.9/drivers/i2c/
Di2c-core-smbus.c560 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
588 orig_jiffies = jiffies; in __i2c_smbus_xfer()
595 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
Di2c-core-base.c2077 unsigned long orig_jiffies; in __i2c_transfer() local
2105 orig_jiffies = jiffies; in __i2c_transfer()
2114 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux-6.1.9/drivers/tty/
Damiserial.c1271 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local
1274 orig_jiffies = jiffies; in rs_wait_until_sent()
1312 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
Dsynclink_gt.c826 unsigned long orig_jiffies, char_time; in wait_until_sent() local
836 orig_jiffies = jiffies; in wait_until_sent()
858 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c2356 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local
2371 orig_jiffies = jiffies; in mgslpc_wait_until_sent()
2394 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
2403 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()