Searched refs:v4l2_event_queue_fh (Results 1 – 9 of 9) sorted by relevance
/linux/include/media/ |
H A D | v4l2-event.h | 121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-event.c | 173 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 D | vdec_helpers.c | 304 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/test-drivers/vicodec/ |
H A D | vicodec-core.c | 430 v4l2_event_queue_fh(&ctx->fh, &vicodec_eos_event); in device_run() 675 v4l2_event_queue_fh(&ctx->fh, &rs_event); in job_ready() 1229 v4l2_event_queue_fh(&ctx->fh, &vicodec_eos_event); in vicodec_encoder_cmd() 1263 v4l2_event_queue_fh(&ctx->fh, &vicodec_eos_event); in vicodec_decoder_cmd() 1456 v4l2_event_queue_fh(&ctx->fh, &vicodec_eos_event); in vicodec_buf_queue() 1512 v4l2_event_queue_fh(&ctx->fh, &rs_event); in vicodec_buf_queue() 1653 v4l2_event_queue_fh(&ctx->fh, &vicodec_eos_event); in vicodec_stop_streaming()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 193 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in mtk_vdec_queue_res_chg_event()
|
/linux/drivers/media/platform/chips-media/wave5/ |
H A D | wave5-vpu-dec.c | 269 v4l2_event_queue_fh(&inst->v4l2_fh, &vpu_event_eos); in send_eos_event() 337 v4l2_event_queue_fh(fh, &vpu_event_src_ch); in handle_dynamic_resolution_change()
|
H A D | wave5-vpu-enc.c | 298 v4l2_event_queue_fh(&inst->v4l2_fh, &vpu_event_eos); in wave5_vpu_enc_finish_encode()
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_drv.c | 80 v4l2_event_queue_fh(&ctx->fh, &hantro_eos_event); in hantro_job_finish_no_pm()
|
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc.c | 414 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in s5p_mfc_handle_frame()
|