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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1933 * - off_num: the cvs_buf offset of the descriptor element that
1937 * - off_size: the cvs_buf offset of the descriptor element that indicates
1944 uchar_t *cvs_buf; local
1947 cvs_buf = cvs_data->cvs_buf;
1952 size = cvs_buf[off_size];
1963 if (cvs_buf_len < (cvs_buf[off_num] * size + off_num +1)) {
1980 uchar_t *cvs_buf; local
1989 cvs_buf = cvs_data[cvs_num].cvs_buf;
2388 uchar_t *cvs_buf; local
2474 uchar_t *cvs_buf; local
2613 uchar_t *cvs_buf; local
2708 uchar_t *cvs_buf; local
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h529 uchar_t *cvs_buf; /* raw data of cvs descr */ member in struct:usb_cvs_data
530 uint_t cvs_buf_len; /* cvs_buf size */

Completed in 77 milliseconds