Searched refs:ntsc (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | tuner-core.c | 67 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/ |
D | hdspm.h | 103 ntsc, enumerator
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-driver.c | 81 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/ |
D | ivtv-driver.c | 109 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/ |
D | usbtv-video.c | 131 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/ |
D | pvr2fb.txt | 53 output:X - output type. This can be any of the following: pal, ntsc, and
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 1219 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/ |
D | DSS | 201 "pal" and "ntsc" 310 There are also two special modes: "pal" and "ntsc" that
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene.h | 851 u8 ntsc; member
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 698 - ntsc : 640x200, 15 kHz, 60 Hz 699 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pfc-emev2.c | 1398 SH_PFC_FUNCTION(ntsc),
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 6256 ltc.input_format = ntsc; in snd_hdspm_hwdep_ioctl()
|