Searched refs:uvc_fh (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/usb/uvc/ |
| A D | uvc_v4l2.c | 555 struct uvc_fh *handle; in uvc_v4l2_open() 666 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() 675 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() 684 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() 693 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() 702 struct uvc_fh *handle = fh; in uvc_ioctl_s_fmt_vid_cap() 716 struct uvc_fh *handle = fh; in uvc_ioctl_s_fmt_vid_out() 730 struct uvc_fh *handle = fh; in uvc_ioctl_try_fmt_vid_cap() 740 struct uvc_fh *handle = fh; in uvc_ioctl_try_fmt_vid_out() 750 struct uvc_fh *handle = fh; in uvc_ioctl_reqbufs() [all …]
|
| A D | uvcvideo.h | 280 struct uvc_fh *handle; /* File handle that last changed the control. */ 721 struct uvc_fh { struct 888 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, 890 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit() 895 static inline int uvc_ctrl_rollback(struct uvc_fh *handle) in uvc_ctrl_rollback() 901 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
|
| A D | uvc_ctrl.c | 1316 struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_send_event() 1342 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event() 1363 struct uvc_fh *handle; in uvc_ctrl_status_event() 1444 static void uvc_ctrl_send_events(struct uvc_fh *handle, in uvc_ctrl_send_events() 1494 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event() 1538 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event() 1658 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, in __uvc_ctrl_commit() 1700 int uvc_ctrl_set(struct uvc_fh *handle, in uvc_ctrl_set()
|
Completed in 18 milliseconds