Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2358 list_create(&(strm_if->buf_map.uv_buf_free), in usbvc_parse_stream_ifs()
2362 list_create(&(strm_if->buf_read.uv_buf_free), in usbvc_parse_stream_ifs()
2802 list_insert_tail(&(strm_if->buf_read.uv_buf_free), buf); in usbvc_alloc_read_bufs()
2856 list_insert_tail(&usbvcp->usbvc_curr_strm->buf_read.uv_buf_free, in usbvc_read_buf()
2893 while (!list_is_empty(&strm_if->buf_read.uv_buf_free)) { in usbvc_free_read_bufs()
2894 buf = list_head(&strm_if->buf_read.uv_buf_free); in usbvc_free_read_bufs()
2896 list_remove(&(strm_if->buf_read.uv_buf_free), buf); in usbvc_free_read_bufs()
2962 list_insert_tail(&strm_if->buf_map.uv_buf_free, &bufs[i]); in usbvc_alloc_map_bufs()
2986 while (!list_is_empty(&strm_if->buf_map.uv_buf_free)) { in usbvc_free_map_bufs()
2987 buf = (usbvc_buf_t *)list_head(&strm_if->buf_map.uv_buf_free); in usbvc_free_map_bufs()
[all …]
H A Dusbvc_v4l2.c1202 list_insert_tail(&bufgrp->uv_buf_free, usbvc_buf); in usbvc_v4l2_enqueue_buf()
/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h79 list_t uv_buf_free; member