Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 444 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges() 460 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges() 468 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges() 480 struct uvc_fh *handle; in uvc_v4l2_open() 526 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() 555 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() 599 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() 608 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() 617 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() 626 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() [all …]
|
D | uvcvideo.h | 565 struct uvc_fh { struct 703 extern int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, 706 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit() 712 static inline int uvc_ctrl_rollback(struct uvc_fh *handle) in uvc_ctrl_rollback()
|
D | uvc_ctrl.c | 1218 static void uvc_ctrl_send_event(struct uvc_fh *handle, in uvc_ctrl_send_event() 1238 static void uvc_ctrl_send_slave_event(struct uvc_fh *handle, in uvc_ctrl_send_slave_event() 1267 static void uvc_ctrl_send_events(struct uvc_fh *handle, in uvc_ctrl_send_events() 1307 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event() 1346 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event() 1439 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, in __uvc_ctrl_commit()
|