Searched refs:USBVC_BUF_EMPTY (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h192 USBVC_BUF_EMPTY = 2, /* not initialized, to be filled */ enumerator in enum:usbvc_buf_status
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1117 case USBVC_BUF_EMPTY:
1171 if (usbvc_buf->status == USBVC_BUF_EMPTY) {
1194 usbvc_buf->status = USBVC_BUF_EMPTY;
1198 "enqueue_buffer(%d) , USBVC_BUF_EMPTY", buf->index);
1200 usbvc_buf->status = USBVC_BUF_EMPTY;
H A Dusbvc.c3475 bufgrp->buf_filling->status = USBVC_BUF_EMPTY;

Completed in 68 milliseconds