Searched refs:mtk_mdp_comp (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_comp.h | 31 struct mtk_mdp_comp { struct 39 struct mtk_mdp_comp *comp, argument 41 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp); 42 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp); 43 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp);
|
D | mtk_mdp_comp.c | 16 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on() 31 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off() 43 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init() 74 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
|
D | mtk_mdp_core.c | 57 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_on() 66 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_off() 94 struct mtk_mdp_comp *comp) in mtk_mdp_register_component() 100 struct mtk_mdp_comp *comp) in mtk_mdp_unregister_component() 110 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_probe() 241 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_remove()
|
D | mtk_mdp_core.h | 225 struct mtk_mdp_comp *comp); 228 struct mtk_mdp_comp *comp);
|
D | Makefile | 3 mtk-mdp-y += mtk_mdp_comp.o
|