Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Di2c.h76 #define I2C_M_IGNORE_NAK 0x1000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-4.1.27/drivers/i2c/algos/
Di2c-algo-bit.c366 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in sendbytes()
482 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in bit_doAddress()
553 nak_ok = pmsg->flags & I2C_M_IGNORE_NAK; in bit_xfer()
/linux-4.1.27/Documentation/i2c/
Di2c-protocol56 I2C_M_IGNORE_NAK:
Dfunctionality20 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
/linux-4.1.27/drivers/i2c/busses/
Di2c-bcm2835.c182 (msg->flags & I2C_M_IGNORE_NAK)) in bcm2835_i2c_xfer_msg()
Di2c-rk3x.c157 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_start()
406 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) in rk3x_i2c_irq()
Di2c-tegra.c568 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
616 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
Di2c-s3c2410.c431 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
463 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_s3c_irq_nextbyte()
Di2c-meson.c318 flags = (msg->flags & I2C_M_IGNORE_NAK) ? REG_CTRL_ACK_IGNORE : 0; in meson_i2c_xfer_msg()
Di2c-stu300.c784 if (!(msg->flags & I2C_M_IGNORE_NAK)) { in stu300_xfer_msg()
Di2c-davinci.c486 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
Di2c-omap.c728 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
Di2c-pxa.c889 (!((i2c->msg->flags & I2C_M_IGNORE_NAK) && in i2c_pxa_irq_txempty()
/linux-4.1.27/drivers/media/i2c/
Dmsp3400-driver.c124 .flags = I2C_M_IGNORE_NAK, in msp_reset()
130 .flags = I2C_M_IGNORE_NAK, in msp_reset()
/linux-4.1.27/drivers/input/joystick/
Das5011.c89 .flags = I2C_M_IGNORE_NAK, in as5011_i2c_write()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dm920x.c269 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()