Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dtuner-core.c66 static char ntsc[] = "-"; variable
73 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
1003 if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) { in tuner_fixup_std()
1004 switch (ntsc[0]) { in tuner_fixup_std()
/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-driver.c67 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-5.19.10/include/uapi/sound/
Dhdspm.h106 ntsc, enumerator
/linux-5.19.10/drivers/media/pci/ivtv/
Divtv-driver.c109 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-5.19.10/drivers/media/usb/usbtv/
Dusbtv-video.c181 static const u16 ntsc[][2] = { in usbtv_select_norm() local
247 ret = usbtv_set_regs(usbtv, ntsc, ARRAY_SIZE(ntsc)); in usbtv_select_norm()
/linux-5.19.10/Documentation/fb/
Dpvr2fb.rst54 output:X output type. This can be any of the following: pal, ntsc, and
/linux-5.19.10/Documentation/gpu/
Dkms-properties.csv94 ,TV Standard,"""tv standard""",ENUM,"{ ""ntsc"", ""pal"", ""pal-m"", ""pal-60"", ""ntsc-j"" , ""sca…
/linux-5.19.10/arch/arm/boot/dts/
Dmeson8b-ec100.dts48 ntsc-switch {
49 label = "ntsc";
/linux-5.19.10/Documentation/devicetree/bindings/media/i2c/
Dtvp5150.txt79 sdtv-standards = <SDTV_STD_NTSC_M>; /* limit to ntsc-m signals */
/linux-5.19.10/Documentation/arm/omap/
Ddss.rst204 "pal" and "ntsc"
318 There are also two special modes: "pal" and "ntsc" that
/linux-5.19.10/drivers/media/pci/ngene/
Dngene.h858 u8 ntsc; member
/linux-5.19.10/drivers/pinctrl/renesas/
Dpfc-emev2.c1374 SH_PFC_FUNCTION(ntsc),
/linux-5.19.10/Documentation/m68k/
Dkernel-options.rst727 - ntsc : 640x200, 15 kHz, 60 Hz
728 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced
/linux-5.19.10/sound/pci/rme9652/
Dhdspm.c6249 ltc.input_format = ntsc; in snd_hdspm_hwdep_ioctl()