Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/media/usb/uvc/ |
| D | uvc_v4l2.c | 525 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges() 541 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges() 549 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges() 561 struct uvc_fh *handle; in uvc_v4l2_open() 604 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() 632 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() 672 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() 681 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() 690 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() 699 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() [all …]
|
| D | uvcvideo.h | 145 struct uvc_fh *handle; /* File handle that last changed the control. */ 582 struct uvc_fh { struct 749 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, 751 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit() 756 static inline int uvc_ctrl_rollback(struct uvc_fh *handle) in uvc_ctrl_rollback() 762 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
|
| D | uvc_ctrl.c | 1359 struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_send_event() 1385 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event() 1406 struct uvc_fh *handle; in uvc_ctrl_status_event() 1487 static void uvc_ctrl_send_events(struct uvc_fh *handle, in uvc_ctrl_send_events() 1537 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event() 1583 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event() 1704 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, in __uvc_ctrl_commit() 1746 int uvc_ctrl_set(struct uvc_fh *handle, in uvc_ctrl_set()
|