Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dtc358743.c52 #define I2C_MAX_XFER_SIZE (EDID_BLOCK_SIZE + 2) macro
147 u8 data[I2C_MAX_XFER_SIZE]; in i2c_wr()
149 if ((2 + n) > I2C_MAX_XFER_SIZE) { in i2c_wr()
150 n = I2C_MAX_XFER_SIZE - 2; in i2c_wr()