Searched refs:COMPGAIN (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/usb/gspca/ |
D | cpia1.c | 1005 #define COMPGAIN(base, curexp, newexp) \ in set_flicker() 1012 #define COMPGAIN(base, curexp, newexp) \ in set_flicker() macro 1050 COMPGAIN(COMP_RED, currentexp, startexp); in set_flicker() 1052 COMPGAIN(COMP_GREEN1, currentexp, startexp); in set_flicker() 1054 COMPGAIN(COMP_GREEN2, currentexp, startexp); in set_flicker() 1056 COMPGAIN(COMP_BLUE, currentexp, startexp); in set_flicker() 1131 #undef COMPGAIN in set_flicker()
|