Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2361 list_create(&(strm_if->buf_map.uv_buf_free), in usbvc_parse_stream_ifs()
2365 list_create(&(strm_if->buf_read.uv_buf_free), in usbvc_parse_stream_ifs()
2805 list_insert_tail(&(strm_if->buf_read.uv_buf_free), buf); in usbvc_alloc_read_bufs()
2896 while (!list_is_empty(&strm_if->buf_read.uv_buf_free)) { in usbvc_free_read_bufs()
2897 buf = list_head(&strm_if->buf_read.uv_buf_free); in usbvc_free_read_bufs()
2899 list_remove(&(strm_if->buf_read.uv_buf_free), buf); in usbvc_free_read_bufs()
2989 while (!list_is_empty(&strm_if->buf_map.uv_buf_free)) { in usbvc_free_map_bufs()
2991 list_remove(&(strm_if->buf_map.uv_buf_free), buf); in usbvc_free_map_bufs()
3460 if (list_is_empty(&bufgrp->uv_buf_free)) { in usbvc_decode_stream_header()
3469 (usbvc_buf_t *)list_head(&bufgrp->uv_buf_free); in usbvc_decode_stream_header()
[all …]
H A Dusbvc_v4l2.c1202 list_insert_tail(&bufgrp->uv_buf_free, usbvc_buf); in usbvc_v4l2_enqueue_buf()
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h79 list_t uv_buf_free; member