Home
last modified time | relevance | path

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

123

/linux/drivers/usb/gadget/function/
H A 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()
219 v4l2_event_queue(&uvc->vdev, &v4l2_event); in uvc_function_ep0_complete()
227 struct v4l2_event v4l2_event; in uvc_function_setup() local
228 struct uvc_event *uvc_event = (void *)&v4l2_event in uvc_function_setup()
296 struct v4l2_event v4l2_event; uvc_function_set_alt() local
379 struct v4l2_event v4l2_event; uvc_function_disable() local
[all...]
/linux/drivers/media/v4l2-core/
H A 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()
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()
H A Dv4l2-ctrls-api.c1305 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new) in v4l2_ctrl_replace()
1314 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new) in v4l2_ctrl_merge()
H A Dv4l2-ctrls-core.c19 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()
/linux/include/media/
H A Dv4l2-ctrls.h1294 * @old: pointer to struct &v4l2_event with the reported
1296 * @new: pointer to struct &v4l2_event with the modified
1299 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new);
1305 * @old: pointer to struct &v4l2_event with the reported
1307 * @new: pointer to struct &v4l2_event with the merged
1310 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
H A Dv4l2-subdev.h30 #define V4L2_DEVICE_NOTIFY_EVENT _IOW('v', 2, struct v4l2_event)
34 struct v4l2_event;
2002 const struct v4l2_event *ev);
/linux/Documentation/userspace-api/media/v4l/
H A 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`
40 .. c:type:: v4l2_event
45 .. flat-table:: struct v4l2_event
/linux/drivers/staging/media/tegra-video/
H A Dvideo.c33 const struct v4l2_event *ev = arg; in tegra_v4l2_dev_notify()
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c300 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in dst_buf_done()
445 static const struct v4l2_event ev = { in amvdec_src_change()
/linux/drivers/media/platform/qcom/iris/
H A Diris_vb2.c284 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in iris_vb2_buf_queue()
H A Diris_buffer.c637 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in iris_vb2_buffer_done()
/linux/drivers/staging/media/imx/
H A Dimx-media-fim.c133 static const struct v4l2_event ev = { in send_fim_event()
/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.c86 static const struct v4l2_event ev = { in vpu_notify_eos()
99 static const struct v4l2_event ev = { in vpu_notify_source_change()
/linux/drivers/media/platform/qcom/venus/
H A Dvdec.c1371 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue()
1437 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in vdec_buf_done()
1473 static const struct v4l2_event ev = { in vdec_event_change()
/linux/drivers/media/pci/ivtv/
H A Divtv-irq.c857 static const struct v4l2_event evtop = { in ivtv_irq_vsync()
861 static const struct v4l2_event evbottom = { in ivtv_irq_vsync()
/linux/Documentation/driver-api/media/
H A Dv4l2-event.rst85 (:c:type:`vdev <video_device>`, :c:type:`ev <v4l2_event>`)
/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c394 struct v4l2_event ev = { in go7007_set_motion_regions()
/linux/drivers/staging/media/ipu7/
H A Dipu7-isys-csi2.c464 struct v4l2_event ev = { in ipu7_isys_csi2_sof_event_by_stream()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-csi2.c571 struct v4l2_event ev = { in ipu6_isys_csi2_sof_event_by_stream()
/linux/drivers/media/i2c/
H A Dlt6911uxe.c103 static const struct v4l2_event lt6911uxe_ev_source_change = {
/linux/drivers/media/platform/amlogic/c3/isp/
H A Dc3-isp-core.c578 struct v4l2_event event = { in c3_isp_core_queue_sof()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c187 static const struct v4l2_event ev_src_ch = { in mtk_vdec_queue_res_chg_event()
/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt918 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev)
/linux/include/uapi/linux/
H A Dvideodev2.h2603 struct v4l2_event { struct
2797 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
2606 __anonb57351ec180av4l2_event global() argument
2627 reservedv4l2_event global() argument
/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c141 static const struct v4l2_event vicodec_eos_event = {
666 static const struct v4l2_event rs_event = { in job_ready()
1438 static const struct v4l2_event rs_event = { in vicodec_buf_queue()

123