Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dtuner-core.c67 static char ntsc[] = "-"; variable
74 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
949 if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) { in tuner_fixup_std()
950 switch (ntsc[0]) { in tuner_fixup_std()
/linux-4.4.14/include/uapi/sound/
Dhdspm.h103 ntsc, enumerator
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-driver.c81 static char ntsc[] = "-"; variable
117 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
166 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J, K");
518 switch (ntsc[0]) { in cx18_parse_std()
/linux-4.4.14/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)");
617 switch (ntsc[0]) { in ivtv_parse_std()
/linux-4.4.14/drivers/media/usb/usbtv/
Dusbtv-video.c131 static const u16 ntsc[][2] = { in usbtv_select_norm() local
153 ret = usbtv_set_regs(usbtv, ntsc, ARRAY_SIZE(ntsc)); in usbtv_select_norm()
/linux-4.4.14/Documentation/fb/
Dpvr2fb.txt53 output:X - output type. This can be any of the following: pal, ntsc, and
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c1219 unsigned long long tsc = 0, ntsc; in setup_local_APIC() local
1307 ntsc = rdtsc(); in setup_local_APIC()
1308 max_loops = (cpu_khz << 10) - (ntsc - tsc); in setup_local_APIC()
/linux-4.4.14/Documentation/arm/OMAP/
DDSS201 "pal" and "ntsc"
310 There are also two special modes: "pal" and "ntsc" that
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h851 u8 ntsc; member
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt698 - ntsc : 640x200, 15 kHz, 60 Hz
699 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpfc-emev2.c1398 SH_PFC_FUNCTION(ntsc),
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c6256 ltc.input_format = ntsc; in snd_hdspm_hwdep_ioctl()