Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/usb/gspca/
Dt613.c450 u8 set6[4] = { 0x8f, 0x24, 0xc3, 0x00 }; in setbrightness() local
453 set6[1] = 0x26; in setbrightness()
454 set6[3] = 0x70 - brightness * 0x10; in setbrightness()
456 set6[3] = 0x00 + ((brightness - 7) * 0x10); in setbrightness()
459 reg_w_buf(gspca_dev, set6, sizeof set6); in setbrightness()
/Linux-v6.6/tools/testing/radix-tree/
Dmaple.c1367 static const unsigned long set6[] = { in check_erase2_sets() local
33934 check_erase2_testset(mt, set6, ARRAY_SIZE(set6)); in check_erase2_sets()