Searched refs:uvc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_uvc.c29 #include "uvc.h"
154 struct uvc_device *uvc = req->context; local
158 if (uvc->event_setup_out) {
159 uvc->event_setup_out = 0;
165 v4l2_event_queue(uvc->vdev, &v4l2_event);
172 struct uvc_device *uvc = to_uvc(f); local
193 v4l2_event_queue(uvc->vdev, &v4l2_event);
201 struct uvc_device *uvc = to_uvc(f); local
205 if (interface == uvc->control_intf)
207 else if (interface != uvc
216 struct uvc_device *uvc = to_uvc(f); local
285 struct uvc_device *uvc = to_uvc(f); local
302 uvc_function_connect(struct uvc_device *uvc) argument
312 uvc_function_disconnect(struct uvc_device *uvc) argument
326 uvc_register_video(struct uvc_device *uvc) argument
366 uvc_copy_descriptors(struct uvc_device *uvc, enum usb_device_speed speed) argument
460 struct uvc_device *uvc = to_uvc(f); local
492 struct uvc_device *uvc = to_uvc(f); local
589 struct uvc_device *uvc; local
[all...]
H A Duvc_v4l2.c28 #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(uvc->event_length, data->length);
45 req->zero = data->length < uvc->event_length;
125 struct uvc_device *uvc = video_get_drvdata(vdev); local
147 handle->device = &uvc->video;
150 uvc_function_connect(uvc);
162 struct uvc_device *uvc local
186 struct uvc_device *uvc = video_get_drvdata(vdev); local
344 struct uvc_device *uvc = video_get_drvdata(vdev); local
353 struct uvc_device *uvc = video_get_drvdata(vdev); local
[all...]
H A Duvc.h193 extern void uvc_function_connect(struct uvc_device *uvc);
194 extern void uvc_function_disconnect(struct uvc_device *uvc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A DMakefile174 obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/

Completed in 42 milliseconds