Lines Matching refs:fh
368 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in s5p_mfc_handle_frame()
744 v4l2_fh_init(&ctx->fh, vdev); in s5p_mfc_open()
745 file->private_data = &ctx->fh; in s5p_mfc_open()
746 v4l2_fh_add(&ctx->fh); in s5p_mfc_open()
792 ctx->fh.ctrl_handler = &ctx->ctrl_handler; in s5p_mfc_open()
819 q->drv_priv = &ctx->fh; in s5p_mfc_open()
842 q->drv_priv = &ctx->fh; in s5p_mfc_open()
889 v4l2_fh_del(&ctx->fh); in s5p_mfc_open()
890 v4l2_fh_exit(&ctx->fh); in s5p_mfc_open()
933 v4l2_fh_del(&ctx->fh); in s5p_mfc_release()
934 v4l2_fh_exit(&ctx->fh); in s5p_mfc_release()
966 poll_wait(file, &ctx->fh.wait, wait); in s5p_mfc_poll()
970 if (v4l2_event_pending(&ctx->fh)) in s5p_mfc_poll()