Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/i2c/algos/
Di2c-algo-bit.c363 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/
Di2c-nuc900.c220 !(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()
Di2c-tegra.c429 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()
Di2c-s3c2410.c280 !(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()
Di2c-davinci.c417 if (msg->flags & I2C_M_IGNORE_NAK) in i2c_davinci_xfer_msg()
Di2c-stu300.c788 if (!(msg->flags & I2C_M_IGNORE_NAK)) { in stu300_xfer_msg()
Di2c-omap.c621 if (msg->flags & I2C_M_IGNORE_NAK) in omap_i2c_xfer_msg()
/linux-2.6.39/Documentation/i2c/
Di2c-protocol69 Flags I2C_M_IGNORE_NAK
Dfunctionality20 I2C_FUNC_PROTOCOL_MANGLING Knows about the I2C_M_IGNORE_NAK,
/linux-2.6.39/drivers/input/joystick/
Das5011.c87 client->addr, I2C_M_IGNORE_NAK, 2, (uint8_t *)data in as5011_i2c_write()
/linux-2.6.39/drivers/media/video/
Dmsp3400-driver.c122 { 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/
Di2c.h517 #define I2C_M_IGNORE_NAK 0x1000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-2.6.39/drivers/media/dvb/dvb-usb/
Dm920x.c210 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()