Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-event.h121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
/linux/drivers/media/v4l2-core/
H A Dv4l2-event.c173 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh() function
182 EXPORT_SYMBOL_GPL(v4l2_event_queue_fh);
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c304 v4l2_event_queue_fh(&sess->fh, &ev); in dst_buf_done()
470 v4l2_event_queue_fh(&sess->fh, &ev); in amvdec_src_change()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c193 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in mtk_vdec_queue_res_chg_event()