Home
last modified time | relevance | path

Searched refs:CFG_GET (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-cmdq.c155 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_require()
157 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_require()
171 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_require()
173 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_require()
215 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_run()
217 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_run()
223 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_run()
225 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_run()
244 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_run()
246 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_run()
[all …]
Dmtk-img-ipi.h133 #define CFG_GET(plat, cfg, mem) \ macro