Searched refs:ntsc (Results 1 - 8 of 8) sorted by relevance

/drivers/media/video/cx18/
H A 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");
511 switch (ntsc[0]) {
524 CX18_WARN("ntsc= argument not recognised\n");
/drivers/media/video/
H A Dtuner-core.c67 static char ntsc[] = "-"; variable
74 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
939 if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) {
940 switch (ntsc[0]) {
951 tuner_info("ntsc= argument not recognised\n");
/drivers/staging/media/easycap/
H A Deasycap_main.c60 module_param_named(ntsc, easycap_ntsc, bool, S_IRUGO | S_IWUSR);
61 MODULE_PARM_DESC(ntsc, "NTSC default encoding (default PAL)");
195 bool ntsc, other; local
216 JOM(8, "peasycap->ntsc=%d\n", peasycap->ntsc);
221 ntsc = !peasycap->ntsc;
222 JOM(8, "... trying %s ..\n", ntsc ? "NTSC" : "PAL");
223 rc = setup_stk(peasycap->pusb_device, ntsc);
228 rc = setup_saa(peasycap->pusb_device, ntsc);
[all...]
H A Deasycap_low.c454 int setup_stk(struct usb_device *p, bool ntsc) argument
460 cfg = (ntsc) ? stk1160configNTSC : stk1160configPAL;
469 int setup_saa(struct usb_device *p, bool ntsc) argument
475 cfg = (ntsc) ? saa7113configNTSC : saa7113configPAL;
H A Deasycap.h317 bool ntsc; member in struct:easycap
H A Deasycap_ioctl.c102 peasycap->ntsc = true;
107 peasycap->ntsc = false;
1538 if (peasycap->ntsc) {
1668 if (peasycap->ntsc)
2365 if (peasycap->ntsc) {
/drivers/media/video/ivtv/
H A Divtv-driver.c106 static char ntsc[] = "-"; variable
146 module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
208 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J (Japan), K (South Korea)");
586 switch (ntsc[0]) {
602 IVTV_WARN("ntsc= argument not recognised\n");
/drivers/media/dvb/ngene/
H A Dngene.h851 u8 ntsc; member in struct:ngene_info

Completed in 243 milliseconds