Searched refs:mtk_mdp_matches (Results 1 – 1 of 1) sorted by relevance
29 static const struct mtk_mdp_comp_match mtk_mdp_matches[MTK_MDP_COMP_ID_MAX] = { variable46 for (i = 0; i < ARRAY_SIZE(mtk_mdp_matches); i++) { in mtk_mdp_comp_get_id()47 if (comp_type == mtk_mdp_matches[i].type && in mtk_mdp_comp_get_id()48 id == mtk_mdp_matches[i].alias_id) in mtk_mdp_comp_get_id()108 comp->type = mtk_mdp_matches[comp_id].type; in mtk_mdp_comp_init()