Lines Matching refs:timeout
85 /* I2C bus timeout */
131 unsigned int val, timeout = 0;
144 } while (timeout++ < OWL_I2C_MAX_RETRIES);
146 if (timeout > OWL_I2C_MAX_RETRIES) {
147 dev_err(&i2c_dev->adap.dev, "FIFO reset timeout\n");
229 unsigned long timeout;
232 timeout = jiffies + OWL_I2C_TIMEOUT;
234 if (time_after(jiffies, timeout)) {
235 dev_err(&adap->dev, "Bus busy timeout\n");
361 adap->timeout);
450 i2c_dev->adap.timeout = OWL_I2C_TIMEOUT;