Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.h62 #define I2C_MAX_BYTES 16 macro
H A Dstv06xx_hdcs.c84 u8 regs[I2C_MAX_BYTES * 2]; in hdcs_reg_write_seq()
87 if (unlikely((len <= 0) || (len >= I2C_MAX_BYTES) || in hdcs_reg_write_seq()
H A Dstv06xx.c112 for (j = 0; j < I2C_MAX_BYTES && i < len; j++, i++) { in stv06xx_write_sensor_bytes()