Searched defs:mtk_ddp_comp_funcs (Results 1 – 1 of 1) sorted by relevance
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