Searched refs:v4l2_event_queue_fh (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/media/ |
D | v4l2-event.h | 128 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 189 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);
|
D | v4l2-ctrls.c | 1237 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/ |
D | uvc_ctrl.c | 1234 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/ |
D | s5p_mfc_dec.c | 659 v4l2_event_queue_fh(&ctx->fh, &ev); in vidioc_dqbuf()
|
D | s5p_mfc.c | 368 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in s5p_mfc_handle_frame()
|
D | s5p_mfc_enc.c | 1291 v4l2_event_queue_fh(&ctx->fh, &ev); in vidioc_dqbuf()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-common.c | 707 v4l2_event_queue_fh(&ctx->fh, &eos_event); in coda_m2m_buf_done()
|