Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dmv_i2c.c134 case I2C_WRITE: in i2c_transfer()
257 msg.direction = I2C_WRITE; in __i2c_read()
272 msg.direction = I2C_WRITE; in __i2c_read()
282 msg.direction = I2C_WRITE; in __i2c_read()
328 msg.direction = I2C_WRITE; in __i2c_write()
343 msg.direction = I2C_WRITE; in __i2c_write()
360 msg.direction = I2C_WRITE; in __i2c_write()
455 msg.direction = I2C_WRITE; in __i2c_probe_chip()
H A Dmv_i2c.h24 #define I2C_WRITE 1 macro
H A Ddavinci_i2c.h12 #define I2C_WRITE 0 macro
H A Ds3c24x0_i2c.h63 #define I2C_WRITE 0 macro
H A Ds3c24x0_i2c.c130 if ((cmd_type == I2C_WRITE) || (addr && addr_len)) in i2c_transfer()
155 case I2C_WRITE: in i2c_transfer()