Searched refs:v4l2_event (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
H A Df_uvc.c215 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 Dv4l2-event.c39 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 Dv4l2-ctrls.c1201 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 Dv4l2-compat-ioctl32.c746 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 Dv4l2-ioctl.c801 const struct v4l2_event *p = arg; v4l_print_event()
/linux-4.1.27/include/media/
H A Dv4l2-event.h79 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 Dv4l2-ctrls.h793 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 Duvc_ctrl.c1196 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 Divtv-irq.c869 static const struct v4l2_event evtop = { ivtv_irq_vsync()
873 static const struct v4l2_event evbottom = { ivtv_irq_vsync()
H A Divtv-streams.c902 static const struct v4l2_event ev = { ivtv_stop_v4l2_decode_stream()
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-vid-common.c524 struct v4l2_event ev = { vivid_send_source_change()
/linux-4.1.27/drivers/media/usb/go7007/
H A Dgo7007-driver.c400 struct v4l2_event ev = { go7007_set_motion_regions()
/linux-4.1.27/include/uapi/linux/
H A Dvideodev2.h1992 struct v4l2_event { struct
2158 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
/linux-4.1.27/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c536 struct v4l2_event ev = { solo_enc_fillbuf()
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispstat.c460 struct v4l2_event event; isp_stat_queue_event()
H A Dispccdc.c1466 struct v4l2_event event; ccdc_hs_vs_isr()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c638 const struct v4l2_event ev = { vidioc_dqbuf()
H A Ds5p_mfc.c361 static const struct v4l2_event ev_src_ch = { s5p_mfc_handle_frame()
H A Ds5p_mfc_enc.c1269 const struct v4l2_event ev = { vidioc_dqbuf()
/linux-4.1.27/drivers/media/platform/coda/
H A Dcoda-common.c748 const struct v4l2_event eos_event = { coda_dqbuf()

Completed in 948 milliseconds