Searched refs:mdp_comp (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-comp.h | 218 struct mdp_comp { struct 235 struct mdp_comp *comp; argument 259 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp); 260 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp); 261 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num); 262 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
|
D | mtk-mdp3-cmdq.h | 35 struct mdp_comp *comps;
|
D | mtk-mdp3-comp.c | 71 struct mdp_comp *prz1 = ctx->comp->mdp_dev->comp[MDP_COMP_RSZ1]; in init_rdma() 574 struct mdp_comp *merge; in config_rsz_subfrm() 1625 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_on() 1666 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_off() 1680 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() 1710 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() 1734 struct device_node *node, struct mdp_comp *comp) in mdp_get_subsys_id() 1768 struct mdp_comp *comp) in __mdp_comp_init() 1786 struct mdp_comp *comp, enum mtk_mdp_comp_id id) in mdp_comp_init() 1854 static void mdp_comp_deinit(struct mdp_comp *comp) in mdp_comp_deinit() [all …]
|
D | mtk-mdp3-core.h | 115 struct mdp_comp *comp[MDP_MAX_COMP_COUNT];
|
D | mtk-mdp3-cmdq.c | 595 struct mdp_comp *comps = NULL; in mdp_cmdq_prepare() 692 sizeof(struct mdp_comp)); in mdp_cmdq_prepare()
|