Lines Matching defs:std
91 v4l2_std_id std;
700 v4l2_std_id std,
930 v4l2_std_id std, u32 delsys)
1068 else if ((type == V4L2_TUNER_ANALOG_TV) && (std != priv->std))
1178 priv->std = std;
1289 v4l2_std_id std, u32 delsys)
1298 rc = r820t_set_tv_standard(priv, bw, type, std, delsys);
1302 if ((type == V4L2_TUNER_ANALOG_TV) && (std == V4L2_STD_SECAM_LC))
1315 rc = r820t_sysfreq_sel(priv, freq, type, std, delsys);
2183 /* if std is not defined, choose one */
2184 if (!p->std)
2185 p->std = V4L2_STD_MN;
2187 if ((p->std == V4L2_STD_PAL_M) || (p->std == V4L2_STD_NTSC))
2197 V4L2_TUNER_ANALOG_TV, p->std, SYS_UNDEFINED);