Searched refs:I2C_WRITE (Results 1 – 5 of 5) sorted by relevance
133 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()
23 #define I2C_WRITE 1 macro
11 #define I2C_WRITE 0 macro
129 if ((cmd_type == I2C_WRITE) || (addr && addr_len)) in i2c_transfer()154 case I2C_WRITE: in i2c_transfer()
62 #define I2C_WRITE 0 macro