Lines Matching refs:mdp_dev
58 v4l2_m2m_job_finish(ctx->mdp_dev->m2m_dev, ctx->m2m_ctx); in mdp_m2m_process_done()
72 dev_err(&ctx->mdp_dev->pdev->dev, in mdp_m2m_device_run()
92 dev_err(&ctx->mdp_dev->pdev->dev, in mdp_m2m_device_run()
104 ret = mdp_cmdq_send(ctx->mdp_dev, &task); in mdp_m2m_device_run()
106 dev_err(&ctx->mdp_dev->pdev->dev, in mdp_m2m_device_run()
145 dev_err(&ctx->mdp_dev->pdev->dev, in mdp_m2m_start_streaming()
152 ret = mdp_vpu_get_locked(ctx->mdp_dev); in mdp_m2m_start_streaming()
156 ret = mdp_vpu_ctx_init(&ctx->vpu, &ctx->mdp_dev->vpu, in mdp_m2m_start_streaming()
159 dev_err(&ctx->mdp_dev->pdev->dev, in mdp_m2m_start_streaming()
414 struct device *dev = &ctx->mdp_dev->pdev->dev; in mdp_m2m_s_selection()
482 src_vq->dev = &ctx->mdp_dev->pdev->dev; in mdp_m2m_queue_init()
496 dst_vq->dev = &ctx->mdp_dev->pdev->dev; in mdp_m2m_queue_init()
544 dev_err(&ctx->mdp_dev->pdev->dev, in mdp_m2m_ctrls_create()
554 struct mdp_dev *mdp = video_get_drvdata(vdev); in mdp_m2m_open()
570 ctx->mdp_dev = mdp; in mdp_m2m_open()
630 struct mdp_dev *mdp = video_drvdata(file); in mdp_m2m_release()
665 int mdp_m2m_device_register(struct mdp_dev *mdp) in mdp_m2m_device_register()
714 void mdp_m2m_device_unregister(struct mdp_dev *mdp) in mdp_m2m_device_unregister()