Searched refs:I2C_M_IGNORE_NAK (Results 1 – 15 of 15) sorted by relevance
82 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
349 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in sendbytes() 470 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in bit_doAddress() 539 nak_ok = pmsg->flags & I2C_M_IGNORE_NAK; in bit_xfer()
97 client->flags |= I2C_M_IGNORE_NAK; in gw_pld_probe()
70 sunrise->ignore_nak ? I2C_M_IGNORE_NAK : 0, in sunrise_regmap_read()101 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()
110 .flags = I2C_M_IGNORE_NAK, in msp_reset() 116 .flags = I2C_M_IGNORE_NAK, in msp_reset()
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()
501 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
1482 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_push_packet_header() 1514 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
891 (!((i2c->msg->flags & I2C_M_IGNORE_NAK) && in i2c_pxa_irq_txempty()