sys/dev/video.c
1018
video_enum_standard(struct video_softc *sc, struct v4l2_standard *std)
sys/dev/video.c
1045
video_get_standard(struct video_softc *sc, v4l2_std_id *stdid)
sys/dev/video.c
1069
video_set_standard(struct video_softc *sc, v4l2_std_id stdid)
sys/dev/video.c
1147
video_enum_input(struct video_softc *sc, struct v4l2_input *input)
sys/dev/video.c
1176
video_get_input(struct video_softc *sc, int *index)
sys/dev/video.c
1203
video_set_input(struct video_softc *sc, int index)
sys/dev/video.c
1253
video_enum_audio(struct video_softc *sc, struct v4l2_audio *audio)
sys/dev/video.c
1274
video_get_audio(struct video_softc *sc, struct v4l2_audio *audio)
sys/dev/video.c
1295
video_set_audio(struct video_softc *sc, struct v4l2_audio *audio)
sys/dev/video.c
1381
video_get_tuner(struct video_softc *sc, struct v4l2_tuner *tuner)
sys/dev/video.c
1402
video_set_tuner(struct video_softc *sc, struct v4l2_tuner *tuner)
sys/dev/video.c
1416
video_get_frequency(struct video_softc *sc, struct v4l2_frequency *freq)
sys/dev/video.c
1437
video_set_frequency(struct video_softc *sc, struct v4l2_frequency *freq)
sys/dev/video.c
1468
video_set_control(struct video_softc *sc,
sys/dev/video.c
1495
video_request_bufs(struct video_softc *sc,
sys/dev/video.c
1535
video_query_buf(struct video_softc *sc,
sys/dev/video.c
1553
video_queue_buf(struct video_softc *sc, struct v4l2_buffer *userbuf)
sys/dev/video.c
1603
video_dequeue_buf(struct video_softc *sc, struct v4l2_buffer *buf)
sys/dev/video.c
1663
video_stream_on(struct video_softc *sc, enum v4l2_buf_type type)
sys/dev/video.c
1688
video_stream_off(struct video_softc *sc, enum v4l2_buf_type type)
sys/dev/video.c
1717
struct video_softc *sc;
sys/dev/video.c
1771
struct video_softc *sc;
sys/dev/video.c
1804
struct video_softc *sc;
sys/dev/video.c
1980
struct video_softc *sc;
sys/dev/video.c
227
CFATTACH_DECL_NEW(video, sizeof(struct video_softc),
sys/dev/video.c
2364
struct video_softc *sc;
sys/dev/video.c
2401
struct video_softc *sc;
sys/dev/video.c
259
static int video_enum_format(struct video_softc *, struct v4l2_fmtdesc *);
sys/dev/video.c
260
static int video_get_format(struct video_softc *,
sys/dev/video.c
262
static int video_set_format(struct video_softc *,
sys/dev/video.c
264
static int video_try_format(struct video_softc *,
sys/dev/video.c
266
static int video_get_parm(struct video_softc *,
sys/dev/video.c
268
static int video_set_parm(struct video_softc *,
sys/dev/video.c
270
static int video_enum_standard(struct video_softc *,
sys/dev/video.c
272
static int video_get_standard(struct video_softc *, v4l2_std_id *);
sys/dev/video.c
273
static int video_set_standard(struct video_softc *, v4l2_std_id);
sys/dev/video.c
274
static int video_enum_input(struct video_softc *, struct v4l2_input *);
sys/dev/video.c
275
static int video_get_input(struct video_softc *, int *);
sys/dev/video.c
276
static int video_set_input(struct video_softc *, int);
sys/dev/video.c
277
static int video_enum_audio(struct video_softc *, struct v4l2_audio *);
sys/dev/video.c
278
static int video_get_audio(struct video_softc *, struct v4l2_audio *);
sys/dev/video.c
279
static int video_set_audio(struct video_softc *, struct v4l2_audio *);
sys/dev/video.c
280
static int video_get_tuner(struct video_softc *, struct v4l2_tuner *);
sys/dev/video.c
281
static int video_set_tuner(struct video_softc *, struct v4l2_tuner *);
sys/dev/video.c
282
static int video_get_frequency(struct video_softc *,
sys/dev/video.c
284
static int video_set_frequency(struct video_softc *,
sys/dev/video.c
286
static int video_query_control(struct video_softc *,
sys/dev/video.c
288
static int video_get_control(struct video_softc *,
sys/dev/video.c
290
static int video_set_control(struct video_softc *,
sys/dev/video.c
292
static int video_request_bufs(struct video_softc *,
sys/dev/video.c
294
static int video_query_buf(struct video_softc *, struct v4l2_buffer *);
sys/dev/video.c
295
static int video_queue_buf(struct video_softc *, struct v4l2_buffer *);
sys/dev/video.c
296
static int video_dequeue_buf(struct video_softc *, struct v4l2_buffer *);
sys/dev/video.c
297
static int video_stream_on(struct video_softc *, enum v4l2_buf_type);
sys/dev/video.c
298
static int video_stream_off(struct video_softc *, enum v4l2_buf_type);
sys/dev/video.c
346
struct video_softc *sc;
sys/dev/video.c
377
struct video_softc *sc = device_private(self);
sys/dev/video.c
393
struct video_softc *sc;
sys/dev/video.c
446
struct video_softc *sc;
sys/dev/video.c
561
video_query_control(struct video_softc *sc,
sys/dev/video.c
600
video_get_control(struct video_softc *sc,
sys/dev/video.c
784
video_enum_format(struct video_softc *sc, struct v4l2_fmtdesc *fmtdesc)
sys/dev/video.c
814
video_enum_framesizes(struct video_softc *sc, struct v4l2_frmsizeenum *frmdesc)
sys/dev/video.c
851
video_enum_frameival(struct video_softc *sc, struct v4l2_frmivalenum *frmdesc)
sys/dev/video.c
866
video_get_format(struct video_softc *sc,
sys/dev/video.c
887
video_set_format(struct video_softc *sc, struct v4l2_format *fmt)
sys/dev/video.c
911
video_try_format(struct video_softc *sc,
sys/dev/video.c
934
video_get_parm(struct video_softc *sc, struct v4l2_streamparm *parm)
sys/dev/video.c
961
video_set_parm(struct video_softc *sc, struct v4l2_streamparm *parm)
sys/dev/video_if.h
53
struct video_softc;