/linux/include/media/ |
A D | v4l2-event.h | 34 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);
|
A D | v4l2-ctrls.h | 1185 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); 1196 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
|
A D | v4l2-subdev.h | 30 #define V4L2_DEVICE_NOTIFY_EVENT _IOW('v', 2, struct v4l2_event) 34 struct v4l2_event; 1218 const struct v4l2_event *ev);
|
/linux/drivers/usb/gadget/function/ |
A D | f_uvc.c | 208 struct v4l2_event v4l2_event; in uvc_function_ep0_complete() local 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() 226 struct v4l2_event v4l2_event; in uvc_function_setup() local 244 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_setup() 279 struct v4l2_event v4l2_event; in uvc_function_set_alt() local 299 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_set_alt() 326 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_set_alt() 349 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_set_alt() 363 struct v4l2_event v4l2_event; in uvc_function_disable() local [all …]
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-event.c | 27 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() 339 static void v4l2_event_src_replace(struct v4l2_event *old, in v4l2_event_src_replace() 340 const struct v4l2_event *new) in v4l2_event_src_replace() 348 static void v4l2_event_src_merge(const struct v4l2_event *old, in v4l2_event_src_merge() 349 struct v4l2_event *new) in v4l2_event_src_merge()
|
A D | v4l2-ctrls-api.c | 1172 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new) in v4l2_ctrl_replace() 1181 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new) in v4l2_ctrl_merge()
|
A D | v4l2-ctrls-core.c | 19 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, in fill_event() 44 struct v4l2_event ev; in send_initial_event() 55 struct v4l2_event ev; in send_event()
|
A D | v4l2-compat-ioctl32.c | 771 static int put_v4l2_event32(struct v4l2_event *p64, in put_v4l2_event32() 802 static int put_v4l2_event32_time32(struct v4l2_event *p64, in put_v4l2_event32_time32()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-dqevent.rst | 20 ``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` 40 .. c:type:: v4l2_event 45 .. flat-table:: struct v4l2_event
|
/linux/drivers/staging/media/tegra-video/ |
A D | video.c | 33 const struct v4l2_event *ev = arg; in tegra_v4l2_dev_notify()
|
/linux/drivers/staging/media/meson/vdec/ |
A D | vdec_helpers.c | 296 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/drivers/staging/media/imx/ |
A D | imx-media-fim.c | 130 static const struct v4l2_event ev = { in send_fim_event()
|
/linux/drivers/media/platform/qcom/venus/ |
A D | vdec.c | 1292 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() 1358 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in vdec_buf_done() 1394 static const struct v4l2_event ev = { in vdec_event_change()
|
/linux/drivers/media/pci/ivtv/ |
A D | ivtv-irq.c | 857 static const struct v4l2_event evtop = { in ivtv_irq_vsync() 861 static const struct v4l2_event evbottom = { in ivtv_irq_vsync()
|
A D | ivtv-streams.c | 917 static const struct v4l2_event ev = { in ivtv_stop_v4l2_decode_stream()
|
/linux/drivers/staging/media/atomisp/pci/ |
A D | atomisp_acc.c | 326 struct v4l2_event event = { 0 }; in atomisp_acc_done()
|
/linux/Documentation/driver-api/media/ |
A D | v4l2-event.rst | 85 (:c:type:`vdev <video_device>`, :c:type:`ev <v4l2_event>`)
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 2428 struct v4l2_event { struct 2604 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
|
/linux/drivers/media/platform/mtk-vcodec/ |
A D | mtk_vcodec_dec_stateful.c | 206 static const struct v4l2_event ev_src_ch = { in mtk_vdec_queue_res_chg_event()
|
/linux/drivers/media/usb/go7007/ |
A D | go7007-driver.c | 392 struct v4l2_event ev = { in go7007_set_motion_regions()
|
/linux/drivers/media/usb/uvc/ |
A D | uvc_ctrl.c | 1286 struct v4l2_event *ev, in uvc_ctrl_fill_event() 1321 struct v4l2_event ev; in uvc_ctrl_send_event() 1516 struct v4l2_event ev; in uvc_ctrl_add_event()
|
/linux/Documentation/translations/zh_CN/video4linux/ |
A D | v4l2-framework.txt | 930 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev)
|
/linux/drivers/media/test-drivers/vicodec/ |
A D | vicodec-core.c | 139 static const struct v4l2_event vicodec_eos_event = { 668 static const struct v4l2_event rs_event = { in job_ready() 1435 static const struct v4l2_event rs_event = { in vicodec_buf_queue()
|
/linux/drivers/media/test-drivers/vivid/ |
A D | vivid-vid-common.c | 786 struct v4l2_event ev = { in vivid_send_source_change()
|
/linux/drivers/media/platform/omap3isp/ |
A D | ispstat.c | 460 struct v4l2_event event; in isp_stat_queue_event()
|