Lines Matching refs:norm
80 .norm = V4L2_STD_525_60,
87 .norm = V4L2_STD_PAL,
135 utvfu_configure_for_norm(struct utvfu_softc *sc, v4l2_std_id norm)
141 if (utvfu_norm_params[i].norm & norm) {
196 utvfu_select_norm(struct utvfu_softc *sc, v4l2_std_id norm)
235 ret = utvfu_configure_for_norm(sc, norm);
238 if (norm & V4L2_STD_525_60)
240 else if (norm & V4L2_STD_PAL)
329 ret = utvfu_select_norm(sc, utvfu_norm_params[sc->sc_normi].norm);
513 i->std = utvfu_norm_params[sc->sc_normi].norm;
576 utvfu_g_std(void *v, v4l2_std_id *norm)
580 *norm = utvfu_norm_params[sc->sc_normi].norm;
586 utvfu_s_std(void *v, v4l2_std_id norm)
591 if ((norm & V4L2_STD_525_60) || (norm & V4L2_STD_PAL))
592 ret = utvfu_select_norm(sc, norm);
1818 switch (utvfu_norm_params[sc->sc_normi].norm) {