Lines Matching full:uvc
19 #include "uvc.h"
31 struct uvc_device *uvc = container_of(video, struct uvc_device, video); in uvc_video_encode_header() local
32 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_video_encode_header()
261 uvcg_err(&video->uvc->func, "Failed to queue request (%d).\n", in uvcg_video_ep_queue()
341 * thread to encode uvc buffers into. Otherwise we could get into a in uvc_video_ep_queue_initial_requests()
403 uvcg_dbg(&video->uvc->func, "VS request missed xfer.\n"); in uvc_video_complete()
409 uvcg_dbg(&video->uvc->func, "VS request cancelled.\n"); in uvc_video_complete()
414 uvcg_warn(&video->uvc->func, in uvc_video_complete()
465 * dequeue -> queue -> dequeue flow of uvc buffers will not in uvc_video_complete()
652 uvcg_info(&video->uvc->func, in uvcg_video_disable()
727 uvcg_info(&video->uvc->func, in uvcg_video_enable()
762 * Initialize the UVC video stream.
764 int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc) in uvcg_video_init() argument
778 video->uvc = uvc; in uvcg_video_init()
786 uvcg_queue_init(&video->queue, uvc->v4l2_dev.dev->parent, in uvcg_video_init()