Searched refs:I2C_M_IGNORE_NAK (Results 1 – 21 of 21) sorted by relevance
80 #define I2C_M_IGNORE_NAK 0x1000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
68 if (flags & I2C_M_IGNORE_NAK) { in tegra_bpmp_xlate_flags()70 flags &= ~I2C_M_IGNORE_NAK; in tegra_bpmp_xlate_flags()
184 if (!(pmsg->flags & I2C_M_IGNORE_NAK)) { in mtk_i2c_master_xfer()213 if (!(pmsg->flags & I2C_M_IGNORE_NAK)) { in mtk_i2c_master_xfer()
253 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_start()503 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_irq()
410 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()445 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
295 flags = (msg->flags & I2C_M_IGNORE_NAK) ? REG_CTRL_ACK_IGNORE : 0; in meson_i2c_xfer_msg()
346 if (msg->flags & I2C_M_IGNORE_NAK) in owl_i2c_master_xfer()
766 i2c->msg.flags & I2C_M_IGNORE_NAK)) { in img_i2c_atomic()1056 (msgs[i].flags & I2C_M_IGNORE_NAK)) in img_i2c_xfer()
342 int no_ack = pmsg->flags & I2C_M_IGNORE_NAK; in brcmstb_i2c_xfer_bsc_data()
1131 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()1233 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
769 if (!(msg->flags & I2C_M_IGNORE_NAK)) { in stu300_xfer_msg()
520 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
775 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
947 (!((i2c->msg->flags & I2C_M_IGNORE_NAK) && in i2c_pxa_irq_txempty()
363 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in sendbytes()480 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in bit_doAddress()549 nak_ok = pmsg->flags & I2C_M_IGNORE_NAK; in bit_xfer()
100 client->flags |= I2C_M_IGNORE_NAK; in gw_pld_probe()
76 .flags = I2C_M_IGNORE_NAK, in as5011_i2c_write()
63 I2C_M_IGNORE_NAK:
25 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
110 .flags = I2C_M_IGNORE_NAK, in msp_reset()116 .flags = I2C_M_IGNORE_NAK, in msp_reset()
259 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()