Home
last modified time | relevance | path

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

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