Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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() 523 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() 552 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() 596 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() 605 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() 614 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() 623 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() [all …]
|
D | uvcvideo.h | 560 struct uvc_fh { struct 701 extern int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, 704 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit() 710 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()
|