Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/v4l2-core/
Dtuner-core.c65 static char ntsc[] = "-"; variable
72 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
950 if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) { in tuner_fixup_std()
951 switch (ntsc[0]) { in tuner_fixup_std()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c76 static char ntsc[] = "-"; variable
112 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
161 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J, K");
513 switch (ntsc[0]) { in cx18_parse_std()
/Linux-v4.19/include/uapi/sound/
Dhdspm.h104 ntsc, enumerator
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.c110 static char ntsc[] = "-"; variable
150 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
212 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J (Japan), K (South Korea)");
618 switch (ntsc[0]) { in ivtv_parse_std()
/Linux-v4.19/Documentation/fb/
Dpvr2fb.txt53 output:X - output type. This can be any of the following: pal, ntsc, and
/Linux-v4.19/Documentation/gpu/
Dkms-properties.csv95 ,TV Standard,"""tv standard""",ENUM,"{ ""ntsc"", ""pal"", ""pal-m"", ""pal-60"", ""ntsc-j"" , ""sca…
/Linux-v4.19/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-v4.19/arch/x86/kernel/apic/
Dapic.c1418 unsigned long long tsc = 0, ntsc; in apic_pending_intr_clear() local
1454 ntsc = rdtsc(); in apic_pending_intr_clear()
1455 max_loops = (cpu_khz << 10) - (ntsc - tsc); in apic_pending_intr_clear()
/Linux-v4.19/Documentation/arm/OMAP/
DDSS201 "pal" and "ntsc"
310 There are also two special modes: "pal" and "ntsc" that
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h868 u8 ntsc; member
/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dpfc-emev2.c1398 SH_PFC_FUNCTION(ntsc),
/Linux-v4.19/Documentation/m68k/
Dkernel-options.txt698 - ntsc : 640x200, 15 kHz, 60 Hz
699 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced
/Linux-v4.19/sound/pci/rme9652/
Dhdspm.c6266 ltc.input_format = ntsc; in snd_hdspm_hwdep_ioctl()