Lines Matching refs:fh
369 v4l2_event_queue_fh(&ctx->fh, &ev_src_ch); in s5p_mfc_handle_frame()
737 v4l2_fh_init(&ctx->fh, vdev); in s5p_mfc_open()
738 file->private_data = &ctx->fh; in s5p_mfc_open()
739 v4l2_fh_add(&ctx->fh); in s5p_mfc_open()
785 ctx->fh.ctrl_handler = &ctx->ctrl_handler; in s5p_mfc_open()
812 q->drv_priv = &ctx->fh; in s5p_mfc_open()
835 q->drv_priv = &ctx->fh; in s5p_mfc_open()
882 v4l2_fh_del(&ctx->fh); in s5p_mfc_open()
883 v4l2_fh_exit(&ctx->fh); in s5p_mfc_open()
926 v4l2_fh_del(&ctx->fh); in s5p_mfc_release()
927 v4l2_fh_exit(&ctx->fh); in s5p_mfc_release()
959 poll_wait(file, &ctx->fh.wait, wait); in s5p_mfc_poll()
963 if (v4l2_event_pending(&ctx->fh)) in s5p_mfc_poll()