/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_uvc.c | 215 struct v4l2_event v4l2_event; uvc_function_ep0_complete() local 216 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; uvc_function_ep0_complete() 221 memset(&v4l2_event, 0, sizeof(v4l2_event)); uvc_function_ep0_complete() 222 v4l2_event.type = UVC_EVENT_DATA; uvc_function_ep0_complete() 225 v4l2_event_queue(&uvc->vdev, &v4l2_event); uvc_function_ep0_complete() 233 struct v4l2_event v4l2_event; uvc_function_setup() local 234 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; uvc_function_setup() 256 memset(&v4l2_event, 0, sizeof(v4l2_event)); uvc_function_setup() 257 v4l2_event.type = UVC_EVENT_SETUP; uvc_function_setup() 259 v4l2_event_queue(&uvc->vdev, &v4l2_event); uvc_function_setup() 291 struct v4l2_event v4l2_event; uvc_function_set_alt() local 292 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data; uvc_function_set_alt() 315 memset(&v4l2_event, 0, sizeof(v4l2_event)); uvc_function_set_alt() 316 v4l2_event.type = UVC_EVENT_CONNECT; uvc_function_set_alt() 318 v4l2_event_queue(&uvc->vdev, &v4l2_event); uvc_function_set_alt() 344 memset(&v4l2_event, 0, sizeof(v4l2_event)); uvc_function_set_alt() 345 v4l2_event.type = UVC_EVENT_STREAMOFF; uvc_function_set_alt() 346 v4l2_event_queue(&uvc->vdev, &v4l2_event); uvc_function_set_alt() 371 memset(&v4l2_event, 0, sizeof(v4l2_event)); uvc_function_set_alt() 372 v4l2_event.type = UVC_EVENT_STREAMON; uvc_function_set_alt() 373 v4l2_event_queue(&uvc->vdev, &v4l2_event); uvc_function_set_alt() 385 struct v4l2_event v4l2_event; uvc_function_disable() local 389 memset(&v4l2_event, 0, sizeof(v4l2_event)); uvc_function_disable() 390 v4l2_event.type = UVC_EVENT_DISCONNECT; uvc_function_disable() 391 v4l2_event_queue(&uvc->vdev, &v4l2_event); uvc_function_disable()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | v4l2-event.c | 39 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) __v4l2_event_dequeue() 67 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, v4l2_event_dequeue() 110 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, __v4l2_event_queue_fh() 169 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) v4l2_event_queue() 186 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) v4l2_event_queue_fh() 322 static void v4l2_event_src_replace(struct v4l2_event *old, v4l2_event_src_replace() 323 const struct v4l2_event *new) v4l2_event_src_replace() 331 static void v4l2_event_src_merge(const struct v4l2_event *old, v4l2_event_src_merge() 332 struct v4l2_event *new) v4l2_event_src_merge()
|
H A D | v4l2-ctrls.c | 1201 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) fill_event() 1225 struct v4l2_event ev; send_event() 3375 struct v4l2_event ev; v4l2_ctrl_add_event() 3399 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new) v4l2_ctrl_replace() 3408 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new) v4l2_ctrl_merge()
|
H A D | v4l2-compat-ioctl32.c | 746 static int put_v4l2_event32(struct v4l2_event *kp, struct v4l2_event32 __user *up) put_v4l2_event32() 834 struct v4l2_event v2ev; do_video_ioctl()
|
H A D | v4l2-ioctl.c | 801 const struct v4l2_event *p = arg; v4l_print_event()
|
/linux-4.1.27/include/media/ |
H A D | v4l2-event.h | 79 struct v4l2_event event; 91 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); 92 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); 122 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, 124 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev); 125 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
|
H A D | v4l2-ctrls.h | 793 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); 794 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
|
/linux-4.1.27/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 1196 struct v4l2_event *ev, uvc_ctrl_fill_event() 1223 struct v4l2_event ev; uvc_ctrl_send_event() 1324 struct v4l2_event ev; uvc_ctrl_add_event()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-irq.c | 869 static const struct v4l2_event evtop = { ivtv_irq_vsync() 873 static const struct v4l2_event evbottom = { ivtv_irq_vsync()
|
H A D | ivtv-streams.c | 902 static const struct v4l2_event ev = { ivtv_stop_v4l2_decode_stream()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-vid-common.c | 524 struct v4l2_event ev = { vivid_send_source_change()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-driver.c | 400 struct v4l2_event ev = { go7007_set_motion_regions()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | videodev2.h | 1992 struct v4l2_event { struct 2158 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 536 struct v4l2_event ev = { solo_enc_fillbuf()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | ispstat.c | 460 struct v4l2_event event; isp_stat_queue_event()
|
H A D | ispccdc.c | 1466 struct v4l2_event event; ccdc_hs_vs_isr()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 638 const struct v4l2_event ev = { vidioc_dqbuf()
|
H A D | s5p_mfc.c | 361 static const struct v4l2_event ev_src_ch = { s5p_mfc_handle_frame()
|
H A D | s5p_mfc_enc.c | 1269 const struct v4l2_event ev = { vidioc_dqbuf()
|
/linux-4.1.27/drivers/media/platform/coda/ |
H A D | coda-common.c | 748 const struct v4l2_event eos_event = { coda_dqbuf()
|