Searched refs:i2c_transfer (Results 1 – 4 of 4) sorted by relevance
| /drivers/i2c/ |
| A D | mv_i2c.c | 126 static int i2c_transfer(struct mv_i2c *base, struct mv_i2c_msg *msg) in i2c_transfer() function 260 if (i2c_transfer(base, &msg)) in __i2c_read() 274 if (i2c_transfer(base, &msg)) in __i2c_read() 285 if (i2c_transfer(base, &msg)) in __i2c_read() 300 if (i2c_transfer(base, &msg)) in __i2c_read() 331 if (i2c_transfer(base, &msg)) in __i2c_write() 345 if (i2c_transfer(base, &msg)) in __i2c_write() 363 if (i2c_transfer(base, &msg)) in __i2c_write() 400 if (i2c_transfer(base, &msg)) in __i2c_probe_chip() 407 if (i2c_transfer(base, &msg)) in __i2c_probe_chip()
|
| A D | nx_i2c.c | 359 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 D | adi_i2c.c | 201 static int i2c_transfer(struct twi_regs *twi, u8 chip, u8 *offset, in i2c_transfer() function 260 return i2c_transfer(twi, chip, offset, olen, buffer, in adi_i2c_read() 267 return i2c_transfer(twi, chip, offset, olen, buffer, len, 0); in adi_i2c_write()
|
| A D | s3c24x0_i2c.c | 111 static int i2c_transfer(struct s3c24x0_i2c *i2c, in i2c_transfer() function 229 ret = i2c_transfer(i2c_bus->regs, I2C_READ, chip << 1, 0, 0, buf, 1); in s3c24x0_i2c_probe()
|
Completed in 21 milliseconds