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