Searched refs:venc_pdata (Results 1 – 2 of 2) sorted by relevance
95 core_id = dev->venc_pdata->core_id; in mtk_vcodec_enc_irq_handler()266 dev->venc_pdata = of_device_get_match_data(&pdev->dev); in mtk_vcodec_probe()275 dev->reg_base[dev->venc_pdata->core_id] = in mtk_vcodec_probe()277 if (IS_ERR(dev->reg_base[dev->venc_pdata->core_id])) { in mtk_vcodec_probe()278 ret = PTR_ERR(dev->reg_base[dev->venc_pdata->core_id]); in mtk_vcodec_probe()295 dev->enc_irq, ret, dev->venc_pdata->core_id); in mtk_vcodec_probe()361 dev->venc_pdata->core_id, vfd_enc->num); in mtk_vcodec_probe()
17 #define MTK_ENC_CTX_IS_EXT(ctx) ((ctx)->dev->venc_pdata->uses_ext)18 #define MTK_ENC_IOVA_IS_34BIT(ctx) ((ctx)->dev->venc_pdata->uses_34bit)201 const struct mtk_vcodec_enc_pdata *venc_pdata; member