Home
last modified time | relevance | path

Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Webcam/
A DusbWebcam_proc.c37 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);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_v4l2.c388 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/
A Duvcvideo.h403 struct uvc_fh { struct

Completed in 10 milliseconds