Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/uvc/
H A Duvc_v4l2.c375 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt()
411 struct uvc_fh *handle = fh; in uvc_ioctl_s_fmt()
449 struct uvc_fh *handle = fh; in uvc_ioctl_g_parm()
485 struct uvc_fh *handle = fh; in uvc_ioctl_s_parm()
639 struct uvc_fh *handle; in uvc_v4l2_open()
718 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt()
742 struct uvc_fh *handle = fh; in uvc_ioctl_try_fmt()
752 struct uvc_fh *handle = fh; in uvc_ioctl_reqbufs()
775 struct uvc_fh *handle = fh; in uvc_ioctl_querybuf()
786 struct uvc_fh *handle = fh; in uvc_ioctl_qbuf()
[all …]
H A Duvcvideo.h159 struct uvc_fh *handle; /* File handle that last changed the control. */
627 struct uvc_fh { struct
789 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback,
791 static inline int uvc_ctrl_commit(struct uvc_fh *handle, in uvc_ctrl_commit()
796 static inline int uvc_ctrl_rollback(struct uvc_fh *handle) in uvc_ctrl_rollback()
803 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
811 void uvc_ctrl_cleanup_fh(struct uvc_fh *handle);
H A Duvc_ctrl.c1771 struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_send_event()
1797 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event()
1816 struct uvc_fh *new_handle) in uvc_ctrl_set_handle()
1853 struct uvc_fh *handle; in uvc_ctrl_status_event()
1945 static void uvc_ctrl_send_events(struct uvc_fh *handle, in uvc_ctrl_send_events()
2000 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event()
2047 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event()
2094 struct uvc_fh *handle, in uvc_ctrl_commit_entity()
2175 int __uvc_ctrl_commit(struct uvc_fh *handle, int rollback, in __uvc_ctrl_commit()
2449 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl) in uvc_ctrl_set()
[all …]