Searched refs:I2cc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Detoms.c488 __u8 I2cc[] = { 0x05, 0x02, 0x02, 0x05, 0x0d }; local
493 I2cc[3] = colors; /* red */
494 I2cc[0] = 15 - colors; /* blue */
495 /* green = 15 - ((((7*I2cc[0]) >> 2 ) + I2cc[3]) >> 1); */
496 /* I2cc[1] = I2cc[2] = green; */
499 i2c_w(gspca_dev, PAS106_REG9, I2cc, sizeof I2cc, 1);
502 I2cc[
[all...]

Completed in 156 milliseconds