Home
last modified time | relevance | path

Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/usb/uvc/
Duvc_v4l2.c482 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges()
498 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges()
506 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges()
518 struct uvc_fh *handle; in uvc_v4l2_open()
561 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release()
590 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap()
630 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap()
639 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out()
648 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap()
657 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out()
[all …]
Duvcvideo.h264 struct uvc_fh *handle; /* File handle that last changed the control. */
624 struct uvc_fh { struct
774 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback,
777 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit()
783 static inline int uvc_ctrl_rollback(struct uvc_fh *handle) in uvc_ctrl_rollback()
789 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
Duvc_ctrl.c1236 struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_send_event()
1262 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event()
1287 struct uvc_fh *handle; in uvc_ctrl_status_event_work()
1359 static void uvc_ctrl_send_events(struct uvc_fh *handle, in uvc_ctrl_send_events()
1409 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event()
1448 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event()
1541 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, in __uvc_ctrl_commit()
1576 int uvc_ctrl_set(struct uvc_fh *handle, in uvc_ctrl_set()