Home | History | Annotate | Download | only in dev

Lines Matching defs:stdid

985 v4l2_standard_to_video_standard(v4l2_std_id stdid,
989 switch (stdid) {
1045 video_get_standard(struct video_softc *sc, v4l2_std_id *stdid)
1054 *stdid = V4L2_STD_UNKNOWN;
1063 *stdid = std.id;
1069 video_set_standard(struct video_softc *sc, v4l2_std_id stdid)
1076 if (stdid != V4L2_STD_UNKNOWN)
1081 v4l2_standard_to_video_standard(stdid, &vstd);
1997 v4l2_std_id *stdid;
2065 stdid = data;
2066 return video_get_standard(sc, stdid);
2068 stdid = data;
2071 return video_set_standard(sc, *stdid);