Home
last modified time | relevance | path

Searched refs:I2C_WRITE (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/i2c/
Dmv_i2c.c133 case I2C_WRITE: in i2c_transfer()
256 msg.direction = I2C_WRITE; in __i2c_read()
271 msg.direction = I2C_WRITE; in __i2c_read()
281 msg.direction = I2C_WRITE; in __i2c_read()
327 msg.direction = I2C_WRITE; in __i2c_write()
342 msg.direction = I2C_WRITE; in __i2c_write()
359 msg.direction = I2C_WRITE; in __i2c_write()
454 msg.direction = I2C_WRITE; in __i2c_probe_chip()
Dmv_i2c.h23 #define I2C_WRITE 1 macro
Ddavinci_i2c.h11 #define I2C_WRITE 0 macro
Ds3c24x0_i2c.c129 if ((cmd_type == I2C_WRITE) || (addr && addr_len)) in i2c_transfer()
154 case I2C_WRITE: in i2c_transfer()
Ds3c24x0_i2c.h62 #define I2C_WRITE 0 macro