Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds