Searched refs:mtk_mdp_comp (Results 1 – 5 of 5) sorted by relevance
/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_comp.h | 32 struct mtk_mdp_comp { struct 41 struct mtk_mdp_comp *comp, argument 43 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp); 44 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp); 45 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp);
|
D | mtk_mdp_comp.c | 17 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on() 40 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off() 55 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init() 114 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
|
D | mtk_mdp_core.c | 58 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_on() 67 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_off() 95 struct mtk_mdp_comp *comp) in mtk_mdp_register_component() 101 struct mtk_mdp_comp *comp) in mtk_mdp_unregister_component() 111 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_probe() 242 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
|