Searched refs:I2C_M_IGNORE_NAK (Results 1 – 9 of 9) sorted by relevance
82 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
69 sunrise->ignore_nak ? I2C_M_IGNORE_NAK : 0, in sunrise_regmap_read()100 sunrise->ignore_nak ? I2C_M_IGNORE_NAK : 0, in sunrise_regmap_write()
60 I2C_M_IGNORE_NAK:
25 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
76 .flags = I2C_M_IGNORE_NAK, in as5011_i2c_write()
358 if (msg->flags & I2C_M_IGNORE_NAK) in owl_i2c_xfer_common()
766 i2c->msg.flags & I2C_M_IGNORE_NAK)) { in img_i2c_atomic()1056 (msgs[i].flags & I2C_M_IGNORE_NAK)) in img_i2c_xfer()
367 flags = (msg->flags & I2C_M_IGNORE_NAK) ? REG_CTRL_ACK_IGNORE : 0; in meson_i2c_xfer_msg()