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