Home
last modified time | relevance | path

Searched refs:I2C_M_IGNORE_NAK (Results 1 – 23 of 23) sorted by relevance

/linux/include/uapi/linux/
H A Di2c.h81 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux/drivers/i2c/algos/
H A Di2c-algo-bit.c348 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in sendbytes()
469 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in bit_doAddress()
538 nak_ok = pmsg->flags & I2C_M_IGNORE_NAK; in bit_xfer()
/linux/drivers/i2c/busses/
H A Di2c-mt7621.c185 if (!(pmsg->flags & I2C_M_IGNORE_NAK)) { in mtk_i2c_xfer()
214 if (!(pmsg->flags & I2C_M_IGNORE_NAK)) { in mtk_i2c_xfer()
H A Di2c-tegra-bpmp.c58 if (flags & I2C_M_IGNORE_NAK) in tegra_bpmp_xlate_flags()
H A Di2c-s3c2410.c402 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
436 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
H A Di2c-rk3x.c257 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_start()
509 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_irq()
H A Di2c-owl.c358 if (msg->flags & I2C_M_IGNORE_NAK) in owl_i2c_xfer_common()
H A Di2c-img-scb.c766 i2c->msg.flags & I2C_M_IGNORE_NAK)) { in img_i2c_atomic()
1052 * Also, the I2C_M_IGNORE_NAK mode can only be implemented in img_i2c_xfer()
1056 (msgs[i].flags & I2C_M_IGNORE_NAK)) in img_i2c_xfer()
H A Di2c-meson.c367 flags = (msg->flags & I2C_M_IGNORE_NAK) ? REG_CTRL_ACK_IGNORE : 0; in meson_i2c_xfer_msg()
H A Di2c-brcmstb.c332 int no_ack = pmsg->flags & I2C_M_IGNORE_NAK; in brcmstb_i2c_xfer_bsc_data()
H A Di2c-tegra.c1175 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_push_packet_header()
1204 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_error_recover()
H A Di2c-davinci.c518 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
H A Di2c-omap.c774 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
H A Di2c-pxa.c888 (!((i2c->msg->flags & I2C_M_IGNORE_NAK) && in i2c_pxa_irq_txempty()
/linux/drivers/gpio/
H A Dgpio-gw-pld.c97 client->flags |= I2C_M_IGNORE_NAK; in gw_pld_probe()
/linux/drivers/iio/chemical/
H A Dsunrise_co2.c71 sunrise->ignore_nak ? I2C_M_IGNORE_NAK : 0, in sunrise_regmap_read()
103 sunrise->ignore_nak ? I2C_M_IGNORE_NAK : 0, in sunrise_regmap_write()
/linux/Documentation/i2c/
H A Di2c-protocol.rst60 I2C_M_IGNORE_NAK:
H A Dfunctionality.rst25 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
/linux/Documentation/translations/it_IT/i2c/
H A Di2c-protocol.rst60 I2C_M_IGNORE_NAK:
/linux/drivers/input/joystick/
H A Das5011.c76 .flags = I2C_M_IGNORE_NAK, in as5011_i2c_write()
/linux/drivers/crypto/
H A Datmel-i2c.c204 i2c_priv->wake_token_sz, I2C_M_IGNORE_NAK); in atmel_i2c_wakeup()
/linux/drivers/media/i2c/
H A Dmsp3400-driver.c110 .flags = I2C_M_IGNORE_NAK, in msp_reset()
116 .flags = I2C_M_IGNORE_NAK, in msp_reset()
/linux/drivers/media/usb/dvb-usb/
H A Dm920x.c259 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()