Lines Matching defs:i2c
124 ret = i2c_transfer(state->i2c, &msg, 1);
147 ret = i2c_transfer(state->i2c, msg, 2);
319 i2c_lock_bus(state->i2c, I2C_LOCK_SEGMENT);
330 if (__i2c_transfer(state->i2c, &fw_msg, 1) != 1) {
332 i2c_unlock_bus(state->i2c, I2C_LOCK_SEGMENT);
339 i2c_unlock_bus(state->i2c, I2C_LOCK_SEGMENT);
505 For i2c normal work, we need to slow down the bus speed.
508 i2c speed after that. Tested with MSI TV @nyware A/D board,
514 at the i2c bus master.
1268 struct i2c_adapter* i2c)
1282 state->i2c = i2c;
1338 struct i2c_adapter* i2c)
1352 state->i2c = i2c;