Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dstv680.c82 static int swapRGB_on = 0; /* default to allow auto select; -1=swap never, +1= swap always */ variable
105 MODULE_PARM (swapRGB_on, "i");
106 MODULE_PARM_DESC (swapRGB_on, "Red/blue swap: 1=always, 0=auto, -1=never");
487 if ((swapRGB_on == 0) && (swapRGB == 0)) in stv_init()
489 else if ((swapRGB_on == 1) && (swapRGB == 1)) in stv_init()
491 else if (swapRGB_on == 1) in stv_init()
493 else if (swapRGB_on == -1) in stv_init()
533 if (swapRGB_on == 0) in stv680_read_proc()
535 else if (swapRGB_on == 1) in stv680_read_proc()
537 else if (swapRGB_on == -1) in stv680_read_proc()
[all …]