Lines Matching defs:state
186 int state;
193 * state here.
408 * state of the bus.
417 i2c->state = -EINVAL;
428 i2c->state = 0;
431 i2c->state = -EAGAIN;
435 i2c->state = -ENXIO;
439 i2c->state = -ENXIO;
443 i2c->state = -ETIMEDOUT;
450 i2c->state = -ENXIO;
454 i2c->state = -ENXIO;
458 i2c->state = -EAGAIN;
462 i2c->state = -ETIMEDOUT;
466 i2c->state = 0;
482 i2c->state = 0;
501 i2c->state = 0;
506 (i2c->state < 0)) {
576 * HSI2C_MASTER_ST_LOSE state in EXYNOS7 variant before transaction
690 ret = i2c->state;
706 /* Return the state as in interrupt routine */