Searched refs:set6 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | t613.c | 450 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()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | t613.c | 450 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()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 1367 static const unsigned long set6[] = { in check_erase2_sets() local [all...] |
Completed in 23 milliseconds