Home
last modified time | relevance | path

Searched refs:I2C_M_NO_RD_ACK (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/linux/
H A Di2c.h80 #define I2C_M_NO_RD_ACK 0x0800 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux/drivers/i2c/algos/
H A Di2c-algo-bit.c429 if (!(flags & I2C_M_NO_RD_ACK)) in readbytes()
445 (flags & I2C_M_NO_RD_ACK) in readbytes()
449 if (!(flags & I2C_M_NO_RD_ACK)) { in readbytes()
/linux/Documentation/i2c/
H A Di2c-protocol.rst66 I2C_M_NO_RD_ACK:
H A Dfunctionality.rst26 I2C_M_REV_DIR_ADDR and I2C_M_NO_RD_ACK
/linux/Documentation/translations/it_IT/i2c/
H A Di2c-protocol.rst67 I2C_M_NO_RD_ACK:
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c74 if (!(solo_dev->i2c_msg->flags & I2C_M_NO_RD_ACK)) in solo_i2c_flush()
/linux/drivers/i2c/busses/
H A Di2c-tegra-bpmp.c61 if (flags & I2C_M_NO_RD_ACK) in tegra_bpmp_xlate_flags()
/linux/drivers/media/i2c/
H A Dks0127.c306 .flags = I2C_M_RD | I2C_M_NO_RD_ACK, in ks0127_read()
/linux/drivers/media/usb/dvb-usb/
H A 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()