Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c111 memset(buf, 0, I2C_BUFFER_LENGTH); in stv06xx_write_sensor_bytes()
123 I2C_BUFFER_LENGTH, in stv06xx_write_sensor_bytes()
143 memset(buf, 0, I2C_BUFFER_LENGTH); in stv06xx_write_sensor_words()
156 I2C_BUFFER_LENGTH, in stv06xx_write_sensor_words()
176 memset(buf, 0, I2C_BUFFER_LENGTH); in stv06xx_read_sensor()
186 0x04, 0x40, 0x1400, 0, buf, I2C_BUFFER_LENGTH, in stv06xx_read_sensor()
H A Dstv06xx.h65 #define I2C_BUFFER_LENGTH 0x23 macro