Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Di2c.h80 #define I2C_M_IGNORE_NAK 0x1000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/Linux-v4.19/drivers/i2c/algos/
Di2c-algo-bit.c372 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in sendbytes()
489 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in bit_doAddress()
558 nak_ok = pmsg->flags & I2C_M_IGNORE_NAK; in bit_xfer()
/Linux-v4.19/drivers/i2c/busses/
Di2c-tegra-bpmp.c79 if (flags & I2C_M_IGNORE_NAK) { in tegra_bpmp_xlate_flags()
81 flags &= ~I2C_M_IGNORE_NAK; in tegra_bpmp_xlate_flags()
Di2c-tegra.c721 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
762 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
Di2c-rk3x.c256 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_start()
506 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_irq()
Di2c-s3c2410.c420 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
454 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
Di2c-owl.c346 if (msg->flags & I2C_M_IGNORE_NAK) in owl_i2c_master_xfer()
Di2c-meson.c298 flags = (msg->flags & I2C_M_IGNORE_NAK) ? REG_CTRL_ACK_IGNORE : 0; in meson_i2c_xfer_msg()
Di2c-img-scb.c769 i2c->msg.flags & I2C_M_IGNORE_NAK)) { in img_i2c_atomic()
1059 (msgs[i].flags & I2C_M_IGNORE_NAK)) in img_i2c_xfer()
Di2c-brcmstb.c344 int no_ack = pmsg->flags & I2C_M_IGNORE_NAK; in brcmstb_i2c_xfer_bsc_data()
Di2c-stu300.c782 if (!(msg->flags & I2C_M_IGNORE_NAK)) { in stu300_xfer_msg()
Di2c-davinci.c529 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
Di2c-omap.c761 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
Di2c-pxa.c950 (!((i2c->msg->flags & I2C_M_IGNORE_NAK) && in i2c_pxa_irq_txempty()
/Linux-v4.19/Documentation/i2c/
Di2c-protocol56 I2C_M_IGNORE_NAK:
Dfunctionality20 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
/Linux-v4.19/drivers/input/joystick/
Das5011.c89 .flags = I2C_M_IGNORE_NAK, in as5011_i2c_write()
/Linux-v4.19/drivers/media/i2c/
Dmsp3400-driver.c119 .flags = I2C_M_IGNORE_NAK, in msp_reset()
125 .flags = I2C_M_IGNORE_NAK, in msp_reset()
/Linux-v4.19/drivers/media/usb/dvb-usb/
Dm920x.c262 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()