Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.c125 static int i2c_transfer(struct mv_i2c *base, struct mv_i2c_msg *msg) in i2c_transfer() function
259 if (i2c_transfer(base, &msg)) in __i2c_read()
273 if (i2c_transfer(base, &msg)) in __i2c_read()
284 if (i2c_transfer(base, &msg)) in __i2c_read()
299 if (i2c_transfer(base, &msg)) in __i2c_read()
330 if (i2c_transfer(base, &msg)) in __i2c_write()
344 if (i2c_transfer(base, &msg)) in __i2c_write()
362 if (i2c_transfer(base, &msg)) in __i2c_write()
456 if (i2c_transfer(base, &msg)) in __i2c_probe_chip()
463 if (i2c_transfer(base, &msg)) in __i2c_probe_chip()
H A Ds3c24x0_i2c.c103 static int i2c_transfer(struct s3c24x0_i2c *i2c, in i2c_transfer() function
221 ret = i2c_transfer(i2c_bus->regs, I2C_READ, chip << 1, 0, 0, buf, 1); in s3c24x0_i2c_probe()