Searched refs:ntsc (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/media/v4l2-core/ |
D | tuner-core.c | 65 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/ |
D | cx18-driver.c | 76 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/ |
D | hdspm.h | 104 ntsc, enumerator
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 110 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/ |
D | pvr2fb.txt | 53 output:X - output type. This can be any of the following: pal, ntsc, and
|
/Linux-v4.19/Documentation/gpu/ |
D | kms-properties.csv | 95 ,TV Standard,"""tv standard""",ENUM,"{ ""ntsc"", ""pal"", ""pal-m"", ""pal-60"", ""ntsc-j"" , ""sca…
|
/Linux-v4.19/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 181 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/ |
D | apic.c | 1418 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/ |
D | DSS | 201 "pal" and "ntsc" 310 There are also two special modes: "pal" and "ntsc" that
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene.h | 868 u8 ntsc; member
|
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | pfc-emev2.c | 1398 SH_PFC_FUNCTION(ntsc),
|
/Linux-v4.19/Documentation/m68k/ |
D | kernel-options.txt | 698 - ntsc : 640x200, 15 kHz, 60 Hz 699 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced
|
/Linux-v4.19/sound/pci/rme9652/ |
D | hdspm.c | 6266 ltc.input_format = ntsc; in snd_hdspm_hwdep_ioctl()
|