Searched refs:ntsc (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/media/v4l2-core/ |
D | tuner-core.c | 66 static char ntsc[] = "-"; variable 73 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644); 1002 if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) { in tuner_fixup_std() 1003 switch (ntsc[0]) { in tuner_fixup_std()
|
/linux-6.1.9/drivers/media/pci/cx18/ |
D | cx18-driver.c | 67 static char ntsc[] = "-"; variable 103 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644); 152 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J, K"); 503 switch (ntsc[0]) { in cx18_parse_std()
|
/linux-6.1.9/include/uapi/sound/ |
D | hdspm.h | 91 ntsc, enumerator
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 109 static char ntsc[] = "-"; variable 149 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644); 211 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J (Japan), K (South Korea)"); 614 switch (ntsc[0]) { in ivtv_parse_std()
|
/linux-6.1.9/Documentation/fb/ |
D | pvr2fb.rst | 54 output:X output type. This can be any of the following: pal, ntsc, and
|
/linux-6.1.9/Documentation/gpu/ |
D | kms-properties.csv | 94 ,TV Standard,"""tv standard""",ENUM,"{ ""ntsc"", ""pal"", ""pal-m"", ""pal-60"", ""ntsc-j"" , ""sca…
|
/linux-6.1.9/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 183 static const u16 ntsc[][2] = { in usbtv_select_norm() local 250 ret = usbtv_set_regs(usbtv, ntsc, ARRAY_SIZE(ntsc)); in usbtv_select_norm()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | meson8b-ec100.dts | 48 ntsc-switch { 49 label = "ntsc";
|
/linux-6.1.9/Documentation/devicetree/bindings/media/i2c/ |
D | tvp5150.txt | 79 sdtv-standards = <SDTV_STD_NTSC_M>; /* limit to ntsc-m signals */
|
/linux-6.1.9/Documentation/arm/omap/ |
D | dss.rst | 204 "pal" and "ntsc" 318 There are also two special modes: "pal" and "ntsc" that
|
/linux-6.1.9/drivers/media/pci/ngene/ |
D | ngene.h | 809 u8 ntsc; member
|
/linux-6.1.9/drivers/pinctrl/renesas/ |
D | pfc-emev2.c | 1374 SH_PFC_FUNCTION(ntsc),
|
/linux-6.1.9/Documentation/m68k/ |
D | kernel-options.rst | 727 - ntsc : 640x200, 15 kHz, 60 Hz 728 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced
|
/linux-6.1.9/sound/pci/rme9652/ |
D | hdspm.c | 6249 ltc.input_format = ntsc; in snd_hdspm_hwdep_ioctl()
|