Lines Matching defs:uvc

27 #include "uvc.h"
36 uvc_send_response(struct uvc_device *uvc, struct uvc_request_data *data)
38 struct usb_composite_dev *cdev = uvc->func.config->cdev;
39 struct usb_request *req = uvc->control_req;
44 req->length = min_t(unsigned int, uvc->event_length, data->length);
45 req->zero = data->length < uvc->event_length;
71 struct uvc_device *uvc = video_get_drvdata(vdev);
72 struct usb_composite_dev *cdev = uvc->func.config->cdev;
88 struct uvc_device *uvc = video_get_drvdata(vdev);
89 struct uvc_video *video = &uvc->video;
107 struct uvc_device *uvc = video_get_drvdata(vdev);
108 struct uvc_video *video = &uvc->video;
148 struct uvc_device *uvc = video_get_drvdata(vdev);
149 struct uvc_video *video = &uvc->video;
161 struct uvc_device *uvc = video_get_drvdata(vdev);
162 struct uvc_video *video = &uvc->video;
171 struct uvc_device *uvc = video_get_drvdata(vdev);
172 struct uvc_video *video = &uvc->video;
186 struct uvc_device *uvc = video_get_drvdata(vdev);
187 struct uvc_video *video = &uvc->video;
196 struct uvc_device *uvc = video_get_drvdata(vdev);
197 struct uvc_video *video = &uvc->video;
212 uvc_function_setup_continue(uvc);
213 uvc->state = UVC_STATE_STREAMING;
222 struct uvc_device *uvc = video_get_drvdata(vdev);
223 struct uvc_video *video = &uvc->video;
253 struct uvc_device *uvc = video_get_drvdata(vdev);
257 return uvc_send_response(uvc, arg);
287 struct uvc_device *uvc = video_get_drvdata(vdev);
297 handle->device = &uvc->video;
300 uvc_function_connect(uvc);
308 struct uvc_device *uvc = video_get_drvdata(vdev);
312 uvc_function_disconnect(uvc);
329 struct uvc_device *uvc = video_get_drvdata(vdev);
331 return uvcg_queue_mmap(&uvc->video.queue, vma);
338 struct uvc_device *uvc = video_get_drvdata(vdev);
340 return uvcg_queue_poll(&uvc->video.queue, file, wait);
349 struct uvc_device *uvc = video_get_drvdata(vdev);
351 return uvcg_queue_get_unmapped_area(&uvc->video.queue, pgoff);