Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1020 usbvc_buf_grp_t *bufgrp; in usbvc_devmap() local
1045 bufgrp = &strm_if->buf_map; in usbvc_devmap()
1048 buf = &bufgrp->buf_head[i]; in usbvc_devmap()
3171 usbvc_buf_grp_t *bufgrp; in usbvc_isoc_cb() local
3214 if (bufgrp->buf_filling && in usbvc_isoc_cb()
3220 bufgrp->buf_filling); in usbvc_isoc_cb()
3222 bufgrp->buf_filling = NULL; in usbvc_isoc_cb()
3459 if (!bufgrp->buf_filling) { in usbvc_decode_stream_header()
3468 bufgrp->buf_filling = in usbvc_decode_stream_header()
3472 list_remove(&bufgrp->uv_buf_free, bufgrp->buf_filling); in usbvc_decode_stream_header()
[all …]
H A Dusbvc_v4l2.c1136 usbvc_buf_grp_t *bufgrp; in usbvc_v4l2_enqueue_buf() local
1140 bufgrp = &usbvcp->usbvc_curr_strm->buf_map; in usbvc_v4l2_enqueue_buf()
1142 if (usbvc_buf == bufgrp->buf_filling) { in usbvc_v4l2_enqueue_buf()
1150 if (!list_is_empty(&bufgrp->uv_buf_done)) { in usbvc_v4l2_enqueue_buf()
1151 donebuf = (usbvc_buf_t *)list_head(&bufgrp->uv_buf_done); in usbvc_v4l2_enqueue_buf()
1154 if (donebuf == &(bufgrp->buf_head[buf->index])) { in usbvc_v4l2_enqueue_buf()
1159 donebuf = (usbvc_buf_t *)list_next(&bufgrp->uv_buf_done, in usbvc_v4l2_enqueue_buf()
1202 list_insert_tail(&bufgrp->uv_buf_free, usbvc_buf); in usbvc_v4l2_enqueue_buf()