HomeSort by: relevance | last modified time | path
    Searched defs:video_query_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
video.c 294 static int video_query_buf(struct video_softc *, struct v4l2_buffer *);
1535 video_query_buf(struct video_softc *sc, function in typeref:typename:int
2126 return video_query_buf(sc, buf);
2130 if ((error = video_query_buf(sc, buf)) != 0)

Completed in 55 milliseconds