Searched refs:svhs (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 101 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; variable 123 module_param_array(svhs, int, NULL, 0444); 364 .svhs = 2, 373 .svhs = 2, 385 .svhs = 2, 397 .svhs = 2, 414 .svhs = 2, 425 .svhs = 2, 437 .svhs = 3, 451 .svhs = 3, [all …]
|
D | bttv.h | 234 unsigned int svhs:4; /* Which input is s-video */ member
|
D | bttvp.h | 380 unsigned int svhs, dig; member
|
D | bttv-driver.c | 978 if (input == btv->svhs) { in video_mux() 1776 } else if (i->index == btv->svhs) { in bttv_enum_input()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | sis_main.c | 2419 u16 svhs=0, svhs_c=0; in SiS_Sense30x() local 2427 svhs = 0x00b9; cvbs = 0x00b3; vga2 = 0x00d1; in SiS_Sense30x() 2430 svhs = 0x00dd; cvbs = 0x00ee; vga2 = 0x00fd; in SiS_Sense30x() 2433 svhs = 0x016b; cvbs = 0x0174; vga2 = 0x0190; in SiS_Sense30x() 2435 svhs = 0x0200; cvbs = 0x0100; in SiS_Sense30x() 2437 svhs = 0x016b; cvbs = 0x0110; vga2 = 0x0190; in SiS_Sense30x() 2512 if((result = SISDoSense(ivideo, svhs, 0x0604))) { in SiS_Sense30x() 2524 if((result = SISDoSense(ivideo, svhs, svhs_c))) { in SiS_Sense30x()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 571 svhs - which input is svhs (all others are labeled composite)
|