Home
last modified time | relevance | path

Searched refs:v4l2_fh (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/include/media/
Dv4l2-event.h27 struct v4l2_fh;
81 struct v4l2_fh *fh;
97 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
127 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
136 int v4l2_event_pending(struct v4l2_fh *fh);
151 int v4l2_event_subscribe(struct v4l2_fh *fh,
161 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
168 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh);
183 struct v4l2_fh *fh,
192 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh,
[all …]
Dv4l2-fh.h50 struct v4l2_fh { struct
80 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
90 void v4l2_fh_add(struct v4l2_fh *fh);
115 void v4l2_fh_del(struct v4l2_fh *fh);
129 void v4l2_fh_exit(struct v4l2_fh *fh);
153 int v4l2_fh_is_singular(struct v4l2_fh *fh);
Dv4l2-ctrls.h32 struct v4l2_fh;
1037 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh,
1107 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl,
1144 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl,
1156 int v4l2_ctrl_subdev_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh,
Dv4l2-subdev.h45 struct v4l2_fh;
221 int (*subscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh,
223 int (*unsubscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh,
904 struct v4l2_fh vfh;
Dv4l2-ioctl.h20 struct v4l2_fh;
581 int (*vidioc_subscribe_event)(struct v4l2_fh *fh,
583 int (*vidioc_unsubscribe_event)(struct v4l2_fh *fh,
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-fh.c29 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
52 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
66 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open()
77 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
88 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
101 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release()
113 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
Dv4l2-event.c35 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue()
63 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue()
93 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
106 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh()
159 struct v4l2_fh *fh; in v4l2_event_queue()
177 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
190 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
198 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe()
212 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
266 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
[all …]
Dv4l2-mem2mem.c627 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_poll()
986 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_reqbufs()
995 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_create_bufs()
1004 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_querybuf()
1013 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_qbuf()
1022 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_dqbuf()
1031 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_prepare_buf()
1040 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_expbuf()
1049 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_streamon()
1058 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_streamoff()
[all …]
Dv4l2-ctrls.c1403 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event()
1748 static void new_to_cur(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags) in new_to_cur()
3123 static int try_or_set_cluster(struct v4l2_fh *fh, struct v4l2_ctrl *master, in try_or_set_cluster()
3236 static int try_set_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in try_set_ext_ctrls()
3348 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in v4l2_s_ext_ctrls()
3356 static int set_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags) in set_ctrl()
3383 static int set_ctrl_lock(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, in set_ctrl_lock()
3397 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in v4l2_s_ctrl()
3586 struct v4l2_fh *vfh = file->private_data; in v4l2_ctrl_log_status()
3595 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh, in v4l2_ctrl_subscribe_event()
[all …]
Dv4l2-subdev.c109 struct v4l2_fh *vfh = file->private_data; in subdev_close()
182 struct v4l2_fh *vfh = file->private_data; in subdev_do_ioctl()
563 struct v4l2_fh *fh = file->private_data; in subdev_poll()
Dv4l2-ioctl.c1098 struct v4l2_fh *vfh; in v4l_s_priority()
1998 struct v4l2_fh *vfh = in v4l_queryctrl()
2015 struct v4l2_fh *vfh = in v4l_query_ext_ctrl()
2032 struct v4l2_fh *vfh = in v4l_querymenu()
2049 struct v4l2_fh *vfh = in v4l_g_ctrl()
2083 struct v4l2_fh *vfh = in v4l_s_ctrl()
2112 struct v4l2_fh *vfh = in v4l_g_ext_ctrls()
2131 struct v4l2_fh *vfh = in v4l_s_ext_ctrls()
2150 struct v4l2_fh *vfh = in v4l_try_ext_ctrls()
2725 struct v4l2_fh *vfh, unsigned int cmd, in v4l2_ioctl_get_lock()
[all …]
Dv4l2-mc.c223 struct v4l2_fh *fh = q->owner; in v4l_vb2q_enable_media_source()
Dv4l2-compat-ioctl32.c856 struct v4l2_fh *fh = NULL; in ctrl_is_pointer()
/linux-4.19.296/include/media/davinci/
Dvpfe_capture.h172 struct v4l2_fh fh;
/linux-4.19.296/include/media/drv-intf/
Dsaa7146_vv.h90 struct v4l2_fh fh;
/linux-4.19.296/include/trace/events/
Dv4l2.h205 struct v4l2_fh *owner = q->owner;
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c682 struct v4l2_fh *fh = file->private_data; in vb2_poll()