Lines Matching defs:std
88 v4l2_std_id std;
159 static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
171 *std = V4L2_STD_UNKNOWN;
217 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576;
234 static int ml86v7667_g_std(struct v4l2_subdev *sd, v4l2_std_id *std)
238 *std = priv->std;
243 static int ml86v7667_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
251 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
256 priv->std = std;
346 * set the autodetected std in manual std mode and
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
356 val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;