Searched refs:mdp_comp (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/platform/mediatek/mdp3/ |
| A D | mtk-mdp3-comp.h | 215 struct mdp_comp { struct 232 struct mdp_comp *comp; argument 256 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp); 257 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp); 258 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num); 259 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
|
| A D | mtk-mdp3-cmdq.h | 33 struct mdp_comp *comps;
|
| A D | mtk-mdp3-comp.c | 71 struct mdp_comp *prz1 = ctx->comp->mdp_dev->comp[MDP_COMP_RSZ1]; in init_rdma() 552 struct mdp_comp *merge; in config_rsz_subfrm() 1564 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_on() 1673 struct device_node *node, struct mdp_comp *comp) in mdp_get_subsys_id() 1707 struct mdp_comp *comp) in __mdp_comp_init() 1725 struct mdp_comp *comp, enum mtk_mdp_comp_id id) in mdp_comp_init() 1793 static void mdp_comp_deinit(struct mdp_comp *comp) in mdp_comp_deinit() 1807 static struct mdp_comp *mdp_comp_create(struct mdp_dev *mdp, in mdp_comp_create() 1812 struct mdp_comp *comp; in mdp_comp_create() 1848 struct mdp_comp *comp; in mdp_comp_sub_create() [all …]
|
| A D | mtk-mdp3-core.h | 115 struct mdp_comp *comp[MDP_MAX_COMP_COUNT];
|
| A D | mtk-mdp3-cmdq.c | 552 struct mdp_comp *comps = NULL; in mdp_cmdq_prepare() 644 sizeof(struct mdp_comp)); in mdp_cmdq_prepare()
|
Completed in 13 milliseconds