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

  /src/sys/dev/
video.c 1998 enum v4l2_buf_type *typep; local in function:videoioctl
2155 typep = data;
2156 return video_stream_on(sc, *typep);
2158 typep = data;
2159 return video_stream_off(sc, *typep);
video.c 1998 enum v4l2_buf_type *typep; local in function:videoioctl
2155 typep = data;
2156 return video_stream_on(sc, *typep);
2158 typep = data;
2159 return video_stream_off(sc, *typep);

Completed in 51 milliseconds