Symbol: uvc_fh
drivers/media/usb/uvc/uvc_ctrl.c
2053
struct uvc_fh *handle, struct uvc_control *ctrl,
drivers/media/usb/uvc/uvc_ctrl.c
2079
struct uvc_fh *handle, struct uvc_control *master, u32 slave_id)
drivers/media/usb/uvc/uvc_ctrl.c
2097
static int uvc_ctrl_set_handle(struct uvc_control *ctrl, struct uvc_fh *handle)
drivers/media/usb/uvc/uvc_ctrl.c
2146
struct uvc_fh *handle;
drivers/media/usb/uvc/uvc_ctrl.c
2238
static void uvc_ctrl_send_events(struct uvc_fh *handle,
drivers/media/usb/uvc/uvc_ctrl.c
2298
struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh);
drivers/media/usb/uvc/uvc_ctrl.c
2353
struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh);
drivers/media/usb/uvc/uvc_ctrl.c
2404
struct uvc_fh *handle,
drivers/media/usb/uvc/uvc_ctrl.c
2494
int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback,
drivers/media/usb/uvc/uvc_ctrl.c
2792
int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl)
drivers/media/usb/uvc/uvc_ctrl.c
3592
void uvc_ctrl_cleanup_fh(struct uvc_fh *handle)
drivers/media/usb/uvc/uvc_v4l2.c
1053
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
1161
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
1214
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
402
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
432
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
460
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
493
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
579
struct uvc_fh *handle;
drivers/media/usb/uvc/uvc_v4l2.c
599
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
615
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
631
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
655
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
665
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
707
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
735
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
770
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
799
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
842
static int uvc_ioctl_s_try_ext_ctrls(struct uvc_fh *handle,
drivers/media/usb/uvc/uvc_v4l2.c
884
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
892
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
900
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
909
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
941
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
981
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvcvideo.h
165
struct uvc_fh *handle; /* File handle that last changed the control. */
drivers/media/usb/uvc/uvcvideo.h
639
static inline struct uvc_fh *to_uvc_fh(struct file *filp)
drivers/media/usb/uvc/uvcvideo.h
641
return container_of(file_to_v4l2_fh(filp), struct uvc_fh, vfh);
drivers/media/usb/uvc/uvcvideo.h
773
int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback,
drivers/media/usb/uvc/uvcvideo.h
775
static inline int uvc_ctrl_commit(struct uvc_fh *handle,
drivers/media/usb/uvc/uvcvideo.h
780
static inline int uvc_ctrl_rollback(struct uvc_fh *handle)
drivers/media/usb/uvc/uvcvideo.h
787
int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
drivers/media/usb/uvc/uvcvideo.h
795
void uvc_ctrl_cleanup_fh(struct uvc_fh *handle);