ntsc
module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J, K");
switch (ntsc[0]) {
static char ntsc[] = "-";
module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J (Japan), K (South Korea)");
switch (ntsc[0]) {
static char ntsc[] = "-";
u8 ntsc;
static const u16 ntsc[][2] = {
ret = usbtv_set_regs(usbtv, ntsc, ARRAY_SIZE(ntsc));
if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) {
switch (ntsc[0]) {
static char ntsc[] = "-";
module_param_string(ntsc, ntsc, sizeof(ntsc), 0644);
SH_PFC_FUNCTION(ntsc),
ltc.input_format = ntsc;