Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Di2c.h81 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-6.1.9/drivers/i2c/algos/
Di2c-algo-bit.c363 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()
/linux-6.1.9/drivers/i2c/busses/
Di2c-mt7621.c184 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()
Di2c-tegra-bpmp.c58 if (flags & I2C_M_IGNORE_NAK) in tegra_bpmp_xlate_flags()
Di2c-s3c2410.c407 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
441 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
Di2c-owl.c357 if (msg->flags & I2C_M_IGNORE_NAK) in owl_i2c_xfer_common()
Di2c-rk3x.c254 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_start()
504 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_irq()
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()
Di2c-meson.c368 flags = (msg->flags & I2C_M_IGNORE_NAK) ? REG_CTRL_ACK_IGNORE : 0; in meson_i2c_xfer_msg()
Di2c-brcmstb.c331 int no_ack = pmsg->flags & I2C_M_IGNORE_NAK; in brcmstb_i2c_xfer_bsc_data()
Di2c-davinci.c520 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
Di2c-tegra.c1193 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_push_packet_header()
1222 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_error_recover()
Di2c-omap.c775 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
Di2c-pxa.c884 (!((i2c->msg->flags & I2C_M_IGNORE_NAK) && in i2c_pxa_irq_txempty()
/linux-6.1.9/drivers/gpio/
Dgpio-gw-pld.c98 client->flags |= I2C_M_IGNORE_NAK; in gw_pld_probe()
/linux-6.1.9/drivers/iio/chemical/
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-6.1.9/Documentation/i2c/
Di2c-protocol.rst60 I2C_M_IGNORE_NAK:
Dfunctionality.rst25 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
/linux-6.1.9/drivers/crypto/
Datmel-i2c.c180 i2c_priv->wake_token_sz, I2C_M_IGNORE_NAK); in atmel_i2c_wakeup()
/linux-6.1.9/drivers/input/joystick/
Das5011.c76 .flags = I2C_M_IGNORE_NAK, in as5011_i2c_write()
/linux-6.1.9/drivers/media/i2c/
Dmsp3400-driver.c110 .flags = I2C_M_IGNORE_NAK, in msp_reset()
116 .flags = I2C_M_IGNORE_NAK, in msp_reset()
/linux-6.1.9/drivers/media/usb/dvb-usb/
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()