/linux-4.4.14/include/media/ |
D | v4l2-event.h | 80 struct v4l2_event event; 93 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); 94 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); 125 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, 127 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev); 128 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
|
D | v4l2-ctrls.h | 891 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); 892 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
|
D | v4l2-subdev.h | 43 #define V4L2_DEVICE_NOTIFY_EVENT _IOW('v', 2, struct v4l2_event) 47 struct v4l2_event; 818 const struct v4l2_event *ev);
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_uvc.c | 215 struct v4l2_event v4l2_event; in uvc_function_ep0_complete() local 216 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; in uvc_function_ep0_complete() 221 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_ep0_complete() 222 v4l2_event.type = UVC_EVENT_DATA; in uvc_function_ep0_complete() 225 v4l2_event_queue(&uvc->vdev, &v4l2_event); in uvc_function_ep0_complete() 233 struct v4l2_event v4l2_event; in uvc_function_setup() local 234 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; in uvc_function_setup() 256 memset(&v4l2_event, 0, sizeof(v4l2_event)); in uvc_function_setup() 257 v4l2_event.type = UVC_EVENT_SETUP; in uvc_function_setup() 259 v4l2_event_queue(&uvc->vdev, &v4l2_event); in uvc_function_setup() [all …]
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 39 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue() 67 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue() 110 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh() 169 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) in v4l2_event_queue() 189 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh() 325 static void v4l2_event_src_replace(struct v4l2_event *old, in v4l2_event_src_replace() 326 const struct v4l2_event *new) in v4l2_event_src_replace() 334 static void v4l2_event_src_merge(const struct v4l2_event *old, in v4l2_event_src_merge() 335 struct v4l2_event *new) in v4l2_event_src_merge()
|
D | v4l2-ctrls.c | 1203 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event() 1227 struct v4l2_event ev; in send_event() 3362 struct v4l2_event ev; in v4l2_ctrl_add_event() 3386 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new) in v4l2_ctrl_replace() 3395 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new) in v4l2_ctrl_merge()
|
D | v4l2-compat-ioctl32.c | 769 static int put_v4l2_event32(struct v4l2_event *kp, struct v4l2_event32 __user *up) in put_v4l2_event32() 857 struct v4l2_event v2ev; in do_video_ioctl()
|
D | v4l2-subdev.c | 603 const struct v4l2_event *ev) in v4l2_subdev_notify_event()
|
D | v4l2-ioctl.c | 804 const struct v4l2_event *p = arg; in v4l_print_event()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-irq.c | 869 static const struct v4l2_event evtop = { in ivtv_irq_vsync() 873 static const struct v4l2_event evbottom = { in ivtv_irq_vsync()
|
D | ivtv-streams.c | 902 static const struct v4l2_event ev = { in ivtv_stop_v4l2_decode_stream()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 2089 struct v4l2_event { struct 2255 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 1196 struct v4l2_event *ev, in uvc_ctrl_fill_event() 1223 struct v4l2_event ev; in uvc_ctrl_send_event() 1324 struct v4l2_event ev; in uvc_ctrl_add_event()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 547 struct v4l2_event ev = { in vivid_send_source_change()
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 930 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev)
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-driver.c | 400 struct v4l2_event ev = { in go7007_set_motion_regions()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispstat.c | 460 struct v4l2_event event; in isp_stat_queue_event()
|
D | ispccdc.c | 1466 struct v4l2_event event; in ccdc_hs_vs_isr()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 638 const struct v4l2_event ev = { in vidioc_dqbuf()
|
D | s5p_mfc.c | 360 static const struct v4l2_event ev_src_ch = { in s5p_mfc_handle_frame()
|
D | s5p_mfc_enc.c | 1275 const struct v4l2_event ev = { in vidioc_dqbuf()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 539 struct v4l2_event ev = { in solo_enc_fillbuf()
|
/linux-4.4.14/drivers/media/i2c/ |
D | tc358743.c | 854 const struct v4l2_event tc358743_ev_fmt = { in tc358743_format_change()
|
D | adv7604.c | 358 static const struct v4l2_event adv76xx_ev_fmt = {
|
D | adv7842.c | 246 static const struct v4l2_event adv7842_ev_fmt = {
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-common.c | 700 const struct v4l2_event eos_event = { in coda_m2m_buf_done()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 1078 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev)
|