Lines Matching defs:std
205 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL;
210 std = V4L2_STD_UNKNOWN;
213 std &= V4L2_STD_PAL;
215 std &= V4L2_STD_NTSC;
217 *pstd = std;
225 static int bt819_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
227 return bt819_status(sd, NULL, std);
235 static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
240 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std);
245 if (std & V4L2_STD_NTSC) {
254 } else if (std & V4L2_STD_PAL) {
265 (unsigned long long)std);
279 decoder->norm = std;