Searched refs:mdp_comp (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/ |
A D | mtk-mdp3-comp.h | 139 struct mdp_comp { struct 154 struct mdp_comp *comp; argument 178 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp); 179 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp); 180 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num); 181 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
|
A D | mtk-mdp3-comp.c | 50 struct mdp_comp *prz1 = ctx->comp->mdp_dev->comp[MDP_COMP_RSZ1]; in init_rdma() 680 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_on() 720 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_off() 756 struct mdp_comp *comp) in mdp_get_subsys_id() 788 struct mdp_comp *comp) in __mdp_comp_init() 805 struct mdp_comp *comp, enum mtk_mdp_comp_id id) in mdp_comp_init() 859 static void mdp_comp_deinit(struct mdp_comp *comp) in mdp_comp_deinit() 868 static struct mdp_comp *mdp_comp_create(struct mdp_dev *mdp, in mdp_comp_create() 873 struct mdp_comp *comp; in mdp_comp_create() 908 struct mdp_comp *comp; in mdp_comp_sub_create() [all …]
|
A D | mtk-mdp3-cmdq.h | 34 struct mdp_comp *comps;
|
A D | mtk-mdp3-core.h | 63 struct mdp_comp *comp[MDP_MAX_COMP_COUNT];
|
A D | mtk-mdp3-cmdq.c | 357 struct mdp_comp *comps = NULL; in mdp_cmdq_send() 425 sizeof(struct mdp_comp)); in mdp_cmdq_send()
|
Completed in 8 milliseconds