Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/i2c/busses/
Di2c-imx-lpi2c.c119 unsigned long orig_jiffies = jiffies; in lpi2c_imx_bus_busy() local
134 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_bus_busy()
181 unsigned long orig_jiffies = jiffies; in lpi2c_imx_stop() local
191 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_stop()
315 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local
326 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
Di2c-imx.c485 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
505 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
957 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
991 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
1019 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
1046 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
Di2c-mpc.c674 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local
701 orig_jiffies = jiffies; in mpc_i2c_execute_msg()
704 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
/linux-6.6.21/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.c2194 unsigned long orig_jiffies; in __i2c_transfer() local
2222 orig_jiffies = jiffies; in __i2c_transfer()
2231 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux-6.6.21/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.c823 unsigned long orig_jiffies, char_time; in wait_until_sent() local
833 orig_jiffies = jiffies; in wait_until_sent()
855 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()