Searched refs:mdp_comp (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-comp.h | 157 struct mdp_comp { struct 174 struct mdp_comp *comp; argument 198 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp); 199 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp); 200 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num); 201 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
|
D | mtk-mdp3-comp.c | 63 struct mdp_comp *prz1 = ctx->comp->mdp_dev->comp[MDP_COMP_RSZ1]; in init_rdma() 796 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_on() 837 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_off() 851 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() 864 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() 873 struct device_node *node, struct mdp_comp *comp) in mdp_get_subsys_id() 907 struct mdp_comp *comp) in __mdp_comp_init() 925 struct mdp_comp *comp, enum mtk_mdp_comp_id id) in mdp_comp_init() 993 static void mdp_comp_deinit(struct mdp_comp *comp) in mdp_comp_deinit() 1007 static struct mdp_comp *mdp_comp_create(struct mdp_dev *mdp, in mdp_comp_create() [all …]
|
D | mtk-mdp3-cmdq.h | 34 struct mdp_comp *comps;
|
D | mtk-mdp3-core.h | 72 struct mdp_comp *comp[MDP_MAX_COMP_COUNT];
|
D | mtk-mdp3-cmdq.c | 403 struct mdp_comp *comps = NULL; in mdp_cmdq_send() 478 sizeof(struct mdp_comp)); in mdp_cmdq_send()
|