Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2889 buf = strm_if->buf_read.buf_filling; in usbvc_free_read_bufs()
2891 strm_if->buf_read.buf_filling = NULL; in usbvc_free_read_bufs()
2968 strm_if->buf_map.buf_filling = NULL; in usbvc_alloc_map_bufs()
2985 strm_if->buf_map.buf_filling = NULL; in usbvc_free_map_bufs()
3211 if (bufgrp->buf_filling && in usbvc_isoc_cb()
3212 (bufgrp->buf_filling->status == USBVC_BUF_ERR || in usbvc_isoc_cb()
3213 bufgrp->buf_filling->status == USBVC_BUF_DONE)) { in usbvc_isoc_cb()
3217 bufgrp->buf_filling); in usbvc_isoc_cb()
3219 bufgrp->buf_filling = NULL; in usbvc_isoc_cb()
3406 usbvc_buf_t *buf_filling; in usbvc_decode_stream_header() local
[all …]
H A Dusbvc_v4l2.c1142 if (usbvc_buf == bufgrp->buf_filling) { in usbvc_v4l2_enqueue_buf()
/titanic_41/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h80 usbvc_buf_t *buf_filling; member