Searched refs:orig_jiffies (Results 1 – 5 of 5) sorted by relevance
561 unsigned long orig_jiffies; in __i2c_smbus_xfer() local589 orig_jiffies = jiffies; in __i2c_smbus_xfer()596 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
2223 unsigned long orig_jiffies; in __i2c_transfer() local2256 orig_jiffies = jiffies; in __i2c_transfer()2265 if (time_after(jiffies, orig_jiffies + adap->timeout)) in __i2c_transfer()
539 unsigned long orig_jiffies = jiffies; in i2c_imx_bus_busy() local559 if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { in i2c_imx_bus_busy()1161 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_write() local1197 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_write()1261 unsigned long orig_jiffies = jiffies; in i2c_imx_dma_read() local1295 if (time_after(jiffies, orig_jiffies + in i2c_imx_dma_read()
668 unsigned long orig_jiffies; in mpc_i2c_execute_msg() local695 orig_jiffies = jiffies; in mpc_i2c_execute_msg()698 if (time_after(jiffies, orig_jiffies + HZ)) { in mpc_i2c_execute_msg()
824 unsigned long orig_jiffies, char_time; in wait_until_sent() local834 orig_jiffies = jiffies; in wait_until_sent()856 if (timeout && time_after(jiffies, orig_jiffies + timeout)) in wait_until_sent()