Searched refs:i2c_read_data (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | tegra_i2c.c | 436 static int i2c_read_data(struct i2c_bus *i2c_bus, uchar chip, uchar *buffer, in i2c_read_data() function 485 ret = i2c_read_data(i2c_bus, msg->addr, msg->buf, in tegra_i2c_xfer()
|
H A D | mxc_i2c.c | 470 static int i2c_read_data(struct mxc_i2c_bus *i2c_bus, uchar chip, uchar *buf, in i2c_read_data() function 554 ret = i2c_read_data(i2c_bus, chip, buf, len); in bus_i2c_read() 909 ret = i2c_read_data(i2c_bus, msg->addr, msg->buf,
|