Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h192 USBVC_BUF_EMPTY = 2, /* not initialized, to be filled */ enumerator
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1117 case USBVC_BUF_EMPTY: in usbvc_v4l2_query_buf()
1171 if (usbvc_buf->status == USBVC_BUF_EMPTY) { in usbvc_v4l2_enqueue_buf()
1194 usbvc_buf->status = USBVC_BUF_EMPTY; in usbvc_v4l2_enqueue_buf()
1200 usbvc_buf->status = USBVC_BUF_EMPTY; in usbvc_v4l2_enqueue_buf()
H A Dusbvc.c3475 bufgrp->buf_filling->status = USBVC_BUF_EMPTY; in usbvc_decode_stream_header()