Home
last modified time | relevance | path

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

/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.h63 #define I2C_MAX_WORDS 8 macro
H A Dstv06xx.c144 for (j = 0; j < I2C_MAX_WORDS && i < len; j++, i++) { in stv06xx_write_sensor_words()