Lines Matching defs:uvc
19 #include "uvc.h"
31 struct uvc_device *uvc = container_of(video, struct uvc_device, video);
32 struct usb_composite_dev *cdev = uvc->func.config->cdev;
236 uvcg_err(&video->uvc->func, "Failed to queue request (%d).\n",
256 struct uvc_device *uvc = video->uvc;
264 uvcg_dbg(&video->uvc->func, "VS request missed xfer.\n");
269 uvcg_dbg(&video->uvc->func, "VS request cancelled.\n");
274 uvcg_warn(&video->uvc->func,
289 if (uvc->state == UVC_STATE_STREAMING)
495 uvcg_info(&video->uvc->func,
536 int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc)
547 video->uvc = uvc;
555 uvcg_queue_init(&video->queue, uvc->v4l2_dev.dev->parent,