Searched defs:mtk_ddp_comp_funcs (Results 1 – 2 of 2) sorted by relevance
48 struct mtk_ddp_comp_funcs { struct49 int (*clk_enable)(struct device *dev);50 void (*clk_disable)(struct device *dev);51 void (*config)(struct device *dev, unsigned int w,54 void (*start)(struct device *dev);55 void (*stop)(struct device *dev);56 void (*register_vblank_cb)(struct device *dev,59 void (*unregister_vblank_cb)(struct device *dev);60 void (*enable_vblank)(struct device *dev);61 void (*disable_vblank)(struct device *dev);[all …]
41 struct mtk_ddp_comp_funcs { struct42 void (*config)(struct mtk_ddp_comp *comp, unsigned int w,45 void (*start)(struct mtk_ddp_comp *comp);46 void (*stop)(struct mtk_ddp_comp *comp);47 void (*enable_vblank)(struct mtk_ddp_comp *comp, struct drm_crtc *crtc);71 const struct mtk_ddp_comp_funcs *funcs; argument