Home
last modified time | relevance | path

Searched refs:i2c_transfer (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/i2c/
A Dmv_i2c.c127 static int i2c_transfer(struct mv_i2c *base, struct mv_i2c_msg *msg) in i2c_transfer() function
261 if (i2c_transfer(base, &msg)) in __i2c_read()
275 if (i2c_transfer(base, &msg)) in __i2c_read()
286 if (i2c_transfer(base, &msg)) in __i2c_read()
301 if (i2c_transfer(base, &msg)) in __i2c_read()
332 if (i2c_transfer(base, &msg)) in __i2c_write()
346 if (i2c_transfer(base, &msg)) in __i2c_write()
364 if (i2c_transfer(base, &msg)) in __i2c_write()
458 if (i2c_transfer(base, &msg)) in __i2c_probe_chip()
465 if (i2c_transfer(base, &msg)) in __i2c_probe_chip()
A Dnx_i2c.c359 static int i2c_transfer(struct nx_i2c_regs *i2c, in i2c_transfer() function
498 ret = i2c_transfer(i2c->regs, I2C_READ, chip_addr << 1, in nx_i2c_read()
532 ret = i2c_transfer(i2c->regs, I2C_WRITE, chip_addr << 1, in nx_i2c_write()
598 ret = i2c_transfer(bus->regs, I2C_WRITE, (uchar)chip_addr << 1, in nx_i2c_probe_chip()
A Ds3c24x0_i2c.c105 static int i2c_transfer(struct s3c24x0_i2c *i2c, in i2c_transfer() function
223 ret = i2c_transfer(i2c_bus->regs, I2C_READ, chip << 1, 0, 0, buf, 1); in s3c24x0_i2c_probe()

Completed in 5 milliseconds