Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance
37 static struct uvc_fh *v4l2_handle = NULL;39 extern struct uvc_fh * uvc_v4l2_open(struct uvc_streaming *stream);40 extern __s32 uvc_v4l2_release(struct uvc_fh *handle);41 extern __s32 uvc_v4l2_do_ioctl(struct uvc_fh *handle, unsigned int cmd, void *arg);
388 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges()404 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges()412 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges()420 struct uvc_fh * uvc_v4l2_open(struct uvc_streaming *stream) in uvc_v4l2_open()422 struct uvc_fh *handle; in uvc_v4l2_open()439 __s32 uvc_v4l2_release(struct uvc_fh *handle) in uvc_v4l2_release()456 __s32 uvc_v4l2_do_ioctl(struct uvc_fh *handle, unsigned int cmd, void *arg) in uvc_v4l2_do_ioctl()
403 struct uvc_fh { struct
Completed in 10 milliseconds