Home
last modified time | relevance | path

Searched refs:vs_type (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/
H A Dvideo.c144 enum v4l2_buf_type vs_type; member
1495 vs->vs_type = req->type; in video_request_bufs()
1530 if (buf->type != vs->vs_type) in video_query_buf()
1549 if (userbuf->type != vs->vs_type) { in video_queue_buf()
1551 userbuf->type, vs->vs_type)); in video_queue_buf()
1599 if (buf->type != vs->vs_type) { in video_dequeue_buf()
1602 buf->type, vs->vs_type); in video_dequeue_buf()
1661 if (type != vs->vs_type) in video_stream_on()
1686 if (type != vs->vs_type) in video_stream_off()
1776 video_stream_off(sc, sc->sc_stream_in.vs_type); in videoclose()
[all …]