Symbol: uvc_fh
drivers/media/usb/uvc/uvc_ctrl.c
1879
struct uvc_fh *handle, struct uvc_control *ctrl,
drivers/media/usb/uvc/uvc_ctrl.c
1905
struct uvc_fh *handle, struct uvc_control *master, u32 slave_id)
drivers/media/usb/uvc/uvc_ctrl.c
1923
static int uvc_ctrl_set_handle(struct uvc_control *ctrl, struct uvc_fh *handle)
drivers/media/usb/uvc/uvc_ctrl.c
1972
struct uvc_fh *handle;
drivers/media/usb/uvc/uvc_ctrl.c
2064
static void uvc_ctrl_send_events(struct uvc_fh *handle,
drivers/media/usb/uvc/uvc_ctrl.c
2124
struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh);
drivers/media/usb/uvc/uvc_ctrl.c
2179
struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh);
drivers/media/usb/uvc/uvc_ctrl.c
2230
struct uvc_fh *handle,
drivers/media/usb/uvc/uvc_ctrl.c
2320
int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback,
drivers/media/usb/uvc/uvc_ctrl.c
2618
int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl)
drivers/media/usb/uvc/uvc_ctrl.c
3380
void uvc_ctrl_cleanup_fh(struct uvc_fh *handle)
drivers/media/usb/uvc/uvc_v4l2.c
1043
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
1149
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
1200
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
392
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
422
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
450
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
483
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
569
struct uvc_fh *handle;
drivers/media/usb/uvc/uvc_v4l2.c
589
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
605
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
621
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
645
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
697
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
725
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
760
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
789
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
832
static int uvc_ioctl_s_try_ext_ctrls(struct uvc_fh *handle,
drivers/media/usb/uvc/uvc_v4l2.c
874
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
882
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
890
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
899
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
931
struct uvc_fh *handle = to_uvc_fh(file);
drivers/media/usb/uvc/uvc_v4l2.c
971
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
636
static inline struct uvc_fh *to_uvc_fh(struct file *filp)
drivers/media/usb/uvc/uvcvideo.h
638
return container_of(file_to_v4l2_fh(filp), struct uvc_fh, vfh);
drivers/media/usb/uvc/uvcvideo.h
774
int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback,
drivers/media/usb/uvc/uvcvideo.h
776
static inline int uvc_ctrl_commit(struct uvc_fh *handle,
drivers/media/usb/uvc/uvcvideo.h
781
static inline int uvc_ctrl_rollback(struct uvc_fh *handle)
drivers/media/usb/uvc/uvcvideo.h
788
int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
drivers/media/usb/uvc/uvcvideo.h
796
void uvc_ctrl_cleanup_fh(struct uvc_fh *handle);