Lines Matching defs:std
91 v4l2_std_id std;
720 v4l2_std_id std,
950 v4l2_std_id std, u32 delsys)
1088 else if ((type == V4L2_TUNER_ANALOG_TV) && (std != priv->std))
1198 priv->std = std;
1309 v4l2_std_id std, u32 delsys)
1318 rc = r820t_set_tv_standard(priv, bw, type, std, delsys);
1322 if ((type == V4L2_TUNER_ANALOG_TV) && (std == V4L2_STD_SECAM_LC))
1335 rc = r820t_sysfreq_sel(priv, freq, type, std, delsys);
2203 /* if std is not defined, choose one */
2204 if (!p->std)
2205 p->std = V4L2_STD_MN;
2207 if ((p->std == V4L2_STD_PAL_M) || (p->std == V4L2_STD_NTSC))
2217 V4L2_TUNER_ANALOG_TV, p->std, SYS_UNDEFINED);