Searched refs:svhs (Results 1 – 5 of 5) sorted by relevance
/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 92 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; variable 116 module_param_array(svhs, int, NULL, 0444); 321 .svhs = 2, 332 .svhs = 2, 347 .svhs = 2, 362 .svhs = 2, 382 .svhs = 2, 396 .svhs = 2, 411 .svhs = 3, 428 .svhs = 3, [all …]
|
D | bttv.h | 219 unsigned int svhs; member
|
D | bttvp.h | 332 unsigned int svhs; member
|
D | bttv-driver.c | 1138 if (input == btv->svhs) { in video_mux() 1908 } else if (i->index == btv->svhs) { in bttv_enum_input()
|
/drivers/video/sis/ |
D | sis_main.c | 2387 u16 svhs=0, svhs_c=0; in SiS_Sense30x() local 2395 svhs = 0x00b9; cvbs = 0x00b3; vga2 = 0x00d1; in SiS_Sense30x() 2398 svhs = 0x00dd; cvbs = 0x00ee; vga2 = 0x00fd; in SiS_Sense30x() 2401 svhs = 0x016b; cvbs = 0x0174; vga2 = 0x0190; in SiS_Sense30x() 2403 svhs = 0x0200; cvbs = 0x0100; in SiS_Sense30x() 2405 svhs = 0x016b; cvbs = 0x0110; vga2 = 0x0190; in SiS_Sense30x() 2480 if((result = SISDoSense(ivideo, svhs, 0x0604))) { in SiS_Sense30x() 2492 if((result = SISDoSense(ivideo, svhs, svhs_c))) { in SiS_Sense30x()
|