Searched defs:buf_filling (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h81 usbvc_buf_t *buf_filling; member in struct:usbvc_buf_grp
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2889 buf = strm_if->buf_read.buf_filling;
2891 strm_if->buf_read.buf_filling = NULL;
2968 strm_if->buf_map.buf_filling = NULL;
2985 strm_if->buf_map.buf_filling = NULL;
3211 if (bufgrp->buf_filling &&
3212 (bufgrp->buf_filling->status == USBVC_BUF_ERR ||
3213 bufgrp->buf_filling->status == USBVC_BUF_DONE)) {
3217 bufgrp->buf_filling);
3219 bufgrp->buf_filling = NULL;
3406 usbvc_buf_t *buf_filling; local
[all...]

Completed in 64 milliseconds