Searched defs:set6 (Results 1 - 1 of 1) sorted by path

/drivers/media/usb/gspca/
H A Dt613.c463 u8 set6[4] = { 0x8f, 0x24, 0xc3, 0x00 }; local
466 set6[1] = 0x26;
467 set6[3] = 0x70 - brightness * 0x10;
469 set6[3] = 0x00 + ((brightness - 7) * 0x10);
472 reg_w_buf(gspca_dev, set6, sizeof set6);

Completed in 60 milliseconds