Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core-smbus.c562 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
602 orig_jiffies = jiffies; in __i2c_smbus_xfer()
609 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
H A Di2c-core-base.c2256 unsigned long orig_jiffies; in __i2c_transfer() local
2289 orig_jiffies = jiffies; in __i2c_transfer()
2298 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
/linux/drivers/i2c/busses/
H A Di2c-imx.c539 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local
559 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()
1181 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local
1217 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
1281 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local
1315 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
H A Di2c-mpc.c668 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local
695 orig_jiffies = jiffies; in mpc_i2c_execute_msg()
698 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()