Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
A 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()
312 unsigned long orig_jiffies = jiffies; in lpi2c_imx_txfifo_empty() local
323 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in lpi2c_imx_txfifo_empty()
A Di2c-imx.c452 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
472 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
872 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
906 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
934 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
961 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
A Di2c-mpc.c665 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local
692 orig_jiffies = jiffies; in mpc_i2c_execute_msg()
695 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
/linux/drivers/i2c/
A Di2c-core-smbus.c559 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
587 orig_jiffies = jiffies; in __i2c_smbus_xfer()
594 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
A Di2c-core-base.c2080 unsigned long orig_jiffies; in __i2c_transfer() local
2108 orig_jiffies = jiffies; in __i2c_transfer()
2117 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux/drivers/tty/
A Damiserial.c1275 unsigned long orig_jiffies, char_time; in rs_wait_until_sent() local
1278 orig_jiffies = jiffies; in rs_wait_until_sent()
1316 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in rs_wait_until_sent()
A Dmxser.c1451 unsigned long orig_jiffies, char_time; in mxser_wait_until_sent() local
1461 orig_jiffies = jiffies; in mxser_wait_until_sent()
1495 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mxser_wait_until_sent()
A Dsynclink_gt.c832 unsigned long orig_jiffies, char_time; in wait_until_sent() local
842 orig_jiffies = jiffies; in wait_until_sent()
864 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()
/linux/drivers/char/pcmcia/
A Dsynclink_cs.c2353 unsigned long orig_jiffies, char_time; in mgslpc_wait_until_sent() local
2368 orig_jiffies = jiffies; in mgslpc_wait_until_sent()
2391 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()
2400 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in mgslpc_wait_until_sent()

Completed in 43 milliseconds