Home
last modified time | relevance | path

Searched refs:v4l2_event (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.10/include/media/
Dv4l2-event.h34 struct v4l2_event event;
49 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new);
50 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new);
91 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
106 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev);
121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
Dv4l2-ctrls.h1181 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new);
1192 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
Dv4l2-subdev.h30 #define V4L2_DEVICE_NOTIFY_EVENT _IOW('v', 2, struct v4l2_event)
34 struct v4l2_event;
1175 const struct v4l2_event *ev);
/Linux-v5.10/drivers/usb/gadget/function/
Df_uvc.c208 struct v4l2_event v4l2_event; in uvc_function_ep0_complete() local
209 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; in uvc_function_ep0_complete()
214 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_ep0_complete()
215 v4l2_event.type = UVC_EVENT_DATA; in uvc_function_ep0_complete()
218 v4l2_event_queue(&uvc->vdev, &v4l2_event); in uvc_function_ep0_complete()
226 struct v4l2_event v4l2_event; in uvc_function_setup() local
227 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; in uvc_function_setup()
244 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_setup()
245 v4l2_event.type = UVC_EVENT_SETUP; in uvc_function_setup()
247 v4l2_event_queue(&uvc->vdev, &v4l2_event); in uvc_function_setup()
[all …]
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-event.c27 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue()
59 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue()
103 const struct v4l2_event *ev, u64 ts) in __v4l2_event_queue_fh()
153 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) in v4l2_event_queue()
173 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
322 static void v4l2_event_src_replace(struct v4l2_event *old, in v4l2_event_src_replace()
323 const struct v4l2_event *new) in v4l2_event_src_replace()
331 static void v4l2_event_src_merge(const struct v4l2_event *old, in v4l2_event_src_merge()
332 struct v4l2_event *new) in v4l2_event_src_merge()
Dv4l2-subdev.c433 struct v4l2_event ev = { }; in subdev_do_ioctl()
912 const struct v4l2_event *ev) in v4l2_subdev_notify_event()
Dv4l2-ctrls.c1555 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event()
1579 struct v4l2_event ev; in send_event()
4596 struct v4l2_event ev; in v4l2_ctrl_add_event()
4623 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new) in v4l2_ctrl_replace()
4632 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new) in v4l2_ctrl_merge()
Dv4l2-compat-ioctl32.c1304 static int put_v4l2_event32(struct v4l2_event __user *p64, in put_v4l2_event32()
1646 err = alloc_userspace(sizeof(struct v4l2_event), 0, &new_p64); in do_video_ioctl()
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst20 ``int ioctl(int fd, VIDIOC_DQEVENT, struct v4l2_event *argp)``
29 Pointer to struct :c:type:`v4l2_event`.
35 ioctl. All the fields of the struct :c:type:`v4l2_event`
42 .. c:type:: v4l2_event
46 .. flat-table:: struct v4l2_event
/Linux-v5.10/drivers/staging/media/meson/vdec/
Dvdec_helpers.c296 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in dst_buf_done()
441 static const struct v4l2_event ev = { in amvdec_src_change()
/Linux-v5.10/drivers/staging/media/imx/
Dimx-media-fim.c130 static const struct v4l2_event ev = { in send_fim_event()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_acc.c326 struct v4l2_event event = { 0 }; in atomisp_acc_done()
Datomisp_cmd.c401 struct v4l2_event event = {0}; in atomisp_sof_event()
411 struct v4l2_event event = {0}; in atomisp_eof_event()
422 struct v4l2_event event = {0}; in atomisp_3a_stats_ready_event()
433 struct v4l2_event event = {0}; in atomisp_metadata_ready_event()
443 struct v4l2_event event = {0}; in atomisp_reset_event()
1271 struct v4l2_event event = {0}; in atomisp_delayed_init_work()
/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-irq.c857 static const struct v4l2_event evtop = { in ivtv_irq_vsync()
861 static const struct v4l2_event evbottom = { in ivtv_irq_vsync()
Divtv-streams.c917 static const struct v4l2_event ev = { in ivtv_stop_v4l2_decode_stream()
/Linux-v5.10/drivers/media/usb/uvc/
Duvc_ctrl.c1205 struct v4l2_event *ev, in uvc_ctrl_fill_event()
1240 struct v4l2_event ev; in uvc_ctrl_send_event()
1425 struct v4l2_event ev; in uvc_ctrl_add_event()
/Linux-v5.10/Documentation/driver-api/media/
Dv4l2-event.rst85 (:c:type:`vdev <video_device>`, :c:type:`ev <v4l2_event>`)
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h2376 struct v4l2_event { struct
2548 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
/Linux-v5.10/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt930 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev)
/Linux-v5.10/drivers/media/usb/go7007/
Dgo7007-driver.c392 struct v4l2_event ev = { in go7007_set_motion_regions()
/Linux-v5.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c139 static const struct v4l2_event vicodec_eos_event = {
668 static const struct v4l2_event rs_event = { in job_ready()
1440 static const struct v4l2_event rs_event = { in vicodec_buf_queue()
/Linux-v5.10/drivers/media/test-drivers/vivid/
Dvivid-vid-common.c786 struct v4l2_event ev = { in vivid_send_source_change()
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dvdec.c1261 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in vdec_buf_done()
1295 static const struct v4l2_event ev = { in vdec_event_change()
/Linux-v5.10/drivers/media/platform/omap3isp/
Dispstat.c460 struct v4l2_event event; in isp_stat_queue_event()
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-isp.c1104 struct v4l2_event event = { in rkisp1_isp_queue_event_sof()

12