Searched refs:I2C_M_IGNORE_NAK (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/i2c/algos/ |
D | i2c-algo-bit.c | 363 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in sendbytes() 479 unsigned short nak_ok = msg->flags & I2C_M_IGNORE_NAK; in bit_doAddress() 550 nak_ok = pmsg->flags & I2C_M_IGNORE_NAK; in bit_xfer()
|
/linux-2.6.39/drivers/i2c/busses/ |
D | i2c-nuc900.c | 220 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_nuc900_irq_nextbyte() 254 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2c_nuc900_irq_nextbyte()
|
D | i2c-tegra.c | 429 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg() 467 if (msg->flags & I2C_M_IGNORE_NAK) in tegra_i2c_xfer_msg()
|
D | i2c-s3c2410.c | 280 !(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2s_s3c_irq_nextbyte() 312 if (!(i2c->msg->flags & I2C_M_IGNORE_NAK)) { in i2s_s3c_irq_nextbyte()
|
D | i2c-davinci.c | 417 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
|
D | i2c-stu300.c | 788 if (!(msg->flags & I2C_M_IGNORE_NAK)) { in stu300_xfer_msg()
|
D | i2c-omap.c | 621 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
|
/linux-2.6.39/Documentation/i2c/ |
D | i2c-protocol | 69 Flags I2C_M_IGNORE_NAK
|
D | functionality | 20 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
|
/linux-2.6.39/drivers/input/joystick/ |
D | as5011.c | 87 client->addr, I2C_M_IGNORE_NAK, 2, (uint8_t *)data in as5011_i2c_write()
|
/linux-2.6.39/drivers/media/video/ |
D | msp3400-driver.c | 122 { client->addr, I2C_M_IGNORE_NAK, 3, reset_off }, in msp_reset() 123 { client->addr, I2C_M_IGNORE_NAK, 3, reset_on }, in msp_reset()
|
/linux-2.6.39/include/linux/ |
D | i2c.h | 517 #define I2C_M_IGNORE_NAK 0x1000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | m920x.c | 210 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()
|