Searched defs:uvc (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/function/
H A Duvc_v4l2.c27 #include "uvc.h"
36 uvc_send_response(struct uvc_device *uvc, struct uvc_request_data *data) argument
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); local
72 struct usb_composite_dev *cdev = uvc->func.config->cdev;
88 struct uvc_device *uvc = video_get_drvdata(vdev); local
89 struct uvc_video *video = &uvc
107 struct uvc_device *uvc = video_get_drvdata(vdev); local
148 struct uvc_device *uvc = video_get_drvdata(vdev); local
161 struct uvc_device *uvc = video_get_drvdata(vdev); local
171 struct uvc_device *uvc = video_get_drvdata(vdev); local
186 struct uvc_device *uvc = video_get_drvdata(vdev); local
196 struct uvc_device *uvc = video_get_drvdata(vdev); local
222 struct uvc_device *uvc = video_get_drvdata(vdev); local
253 struct uvc_device *uvc = video_get_drvdata(vdev); local
287 struct uvc_device *uvc = video_get_drvdata(vdev); local
308 struct uvc_device *uvc = video_get_drvdata(vdev); local
329 struct uvc_device *uvc = video_get_drvdata(vdev); local
338 struct uvc_device *uvc = video_get_drvdata(vdev); local
349 struct uvc_device *uvc = video_get_drvdata(vdev); local
[all...]
H A Df_uvc.c30 #include "uvc.h"
213 struct uvc_device *uvc = req->context; local
217 if (uvc->event_setup_out) {
218 uvc->event_setup_out = 0;
224 v4l2_event_queue(uvc->vdev, &v4l2_event);
231 struct uvc_device *uvc = to_uvc(f); local
252 uvc->event_setup_out = !(ctrl->bRequestType & USB_DIR_IN);
253 uvc->event_length = le16_to_cpu(ctrl->wLength);
258 v4l2_event_queue(uvc->vdev, &v4l2_event);
263 void uvc_function_setup_continue(struct uvc_device *uvc) argument
273 struct uvc_device *uvc = to_uvc(f); local
288 struct uvc_device *uvc = to_uvc(f); local
383 struct uvc_device *uvc = to_uvc(f); local
410 uvc_function_connect(struct uvc_device *uvc) argument
420 uvc_function_disconnect(struct uvc_device *uvc) argument
434 uvc_register_video(struct uvc_device *uvc) argument
475 uvc_copy_descriptors(struct uvc_device *uvc, enum usb_device_speed speed) argument
598 struct uvc_device *uvc = to_uvc(f); local
788 struct uvc_device *uvc = to_uvc(f); local
796 struct uvc_device *uvc = to_uvc(f); local
813 struct uvc_device *uvc; local
[all...]

Completed in 2872 milliseconds