Searched refs:I2C_M_NO_RD_ACK (Results 1 – 7 of 7) sorted by relevance
81 #define I2C_M_NO_RD_ACK 0x0800 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
429 if (!(flags & I2C_M_NO_RD_ACK)) in readbytes()445 (flags & I2C_M_NO_RD_ACK) in readbytes()449 if (!(flags & I2C_M_NO_RD_ACK)) { in readbytes()
66 I2C_M_NO_RD_ACK:
26 I2C_M_REV_DIR_ADDR and I2C_M_NO_RD_ACK
67 I2C_M_NO_RD_ACK:
74 if (!(solo_dev->i2c_msg->flags & I2C_M_NO_RD_ACK)) in solo_i2c_flush()
306 .flags = I2C_M_RD | I2C_M_NO_RD_ACK, in ks0127_read()