Lines Matching refs:video
20 #include <linux/usb/video.h>
272 return uvc->video.ep->enabled ? 1 : 0;
324 if (uvc->video.ep)
325 usb_ep_disable(uvc->video.ep);
338 if (!uvc->video.ep)
342 usb_ep_disable(uvc->video.ep);
345 &(uvc->func), uvc->video.ep);
348 usb_ep_enable(uvc->video.ep);
374 usb_ep_disable(uvc->video.ep);
426 uvc->vdev.lock = &uvc->video.mutex;
577 uvc_streaming_header->bEndpointAddress = uvc->video.ep->address;
672 uvc->video.ep = ep;
674 uvc_fs_streaming_ep.bEndpointAddress = uvc->video.ep->address;
675 uvc_hs_streaming_ep.bEndpointAddress = uvc->video.ep->address;
676 uvc_ss_streaming_ep.bEndpointAddress = uvc->video.ep->address;
746 /* Initialise video. */
747 ret = uvcg_video_init(&uvc->video, uvc);
754 uvcg_err(f, "failed to register video device\n");
898 * though the video device removal uevent. Allow some time for the
939 mutex_init(&uvc->video.mutex);