Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core-smbus.c561 unsigned long orig_jiffies; in __i2c_smbus_xfer() local
589 orig_jiffies = jiffies; in __i2c_smbus_xfer()
596 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
/linux/drivers/i2c/busses/
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()
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()
1159 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write()
1195 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()
1259 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read()
1293 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
1158 unsigned long orig_jiffies = jiffies; i2c_imx_dma_write() local
1258 unsigned long orig_jiffies = jiffies; i2c_imx_dma_read() local