Searched refs:tps6594_i2c_transfer (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps6594-i2c.c | 23 static int tps6594_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num) in tps6594_i2c_transfer() function 65 ret = tps6594_i2c_transfer(client->adapter, msgs, 2); in tps6594_i2c_reg_read_with_crc() 100 return tps6594_i2c_transfer(client->adapter, &msg, 1); in tps6594_i2c_reg_write_with_crc() 139 return tps6594_i2c_transfer(client->adapter, msgs, 2); in tps6594_i2c_read() 180 ret = tps6594_i2c_transfer(client->adapter, &msg, 1); in tps6594_i2c_write()
|