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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c76 static int swapRGB_on = 0; /* default to allow auto select; -1=swap never, +1= swap always */ variable
99 module_param(swapRGB_on, int, 0);
100 MODULE_PARM_DESC (swapRGB_on, "Red/blue swap: 1=always, 0=auto, -1=never");
479 if ((swapRGB_on == 0) && (swapRGB == 0))
481 else if ((swapRGB_on == 0) && (swapRGB == 1))
483 else if (swapRGB_on == 1)
485 else if (swapRGB_on == -1)
983 /* swapRGB_on=0 -> program decides; swapRGB_on=1, always swap */
984 /* swapRGB_on
[all...]

Completed in 38 milliseconds