Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Di2c.h82 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux/drivers/iio/chemical/
H A Dsunrise_co2.c69 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()
/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/i2c/busses/
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()
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()