Lines Matching defs:common
24 struct tm6000_reg_settings *common;
167 { .id = V4L2_STD_PAL_M, .common = composite_pal_m, },
168 { .id = V4L2_STD_PAL_Nc, .common = composite_pal_nc, },
169 { .id = V4L2_STD_PAL, .common = composite_pal, },
170 { .id = V4L2_STD_SECAM, .common = composite_secam, },
171 { .id = V4L2_STD_NTSC, .common = composite_ntsc, },
315 { .id = V4L2_STD_PAL_M, .common = svideo_pal_m, },
316 { .id = V4L2_STD_PAL_Nc, .common = svideo_pal_nc, },
317 { .id = V4L2_STD_PAL, .common = svideo_pal, },
318 { .id = V4L2_STD_SECAM, .common = svideo_secam, },
319 { .id = V4L2_STD_NTSC, .common = svideo_ntsc, },
596 rc = tm6000_load_std(dev, svideo_stds[i].common);
604 rc = tm6000_load_std(dev, composite_stds[i].common);