Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c151 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_require()
153 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_require()
167 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_require()
169 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_require()
211 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_run()
213 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_run()
219 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_run()
221 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_run()
240 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_run()
242 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_run()
[all …]
H A Dmtk-img-ipi.h133 #define CFG_GET(plat, cfg, mem) \ macro