Home
last modified time | relevance | path

Searched refs:v4l2_event_queue_fh (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/media/
Dv4l2-event.h128 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c189 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh() function
200 EXPORT_SYMBOL_GPL(v4l2_event_queue_fh);
Dv4l2-ctrls.c1237 v4l2_event_queue_fh(sev->fh, &ev); in send_event()
3371 v4l2_event_queue_fh(sev->fh, &ev); in v4l2_ctrl_add_event()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c1234 v4l2_event_queue_fh(sev->fh, &ev); in uvc_ctrl_send_event()
1336 v4l2_event_queue_fh(sev->fh, &ev); in uvc_ctrl_add_event()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c659 v4l2_event_queue_fh(&ctx->fh, &ev); in vidioc_dqbuf()
Ds5p_mfc.c368 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in s5p_mfc_handle_frame()
Ds5p_mfc_enc.c1291 v4l2_event_queue_fh(&ctx->fh, &ev); in vidioc_dqbuf()
/linux-4.4.14/drivers/media/platform/coda/
Dcoda-common.c707 v4l2_event_queue_fh(&ctx->fh, &eos_event); in coda_m2m_buf_done()