Searched defs:mtk_ddp_comp_funcs (Results 1 – 1 of 1) sorted by relevance
73 struct mtk_ddp_comp_funcs { struct74 void (*config)(struct mtk_ddp_comp *comp, unsigned int w,77 void (*start)(struct mtk_ddp_comp *comp);78 void (*stop)(struct mtk_ddp_comp *comp);79 void (*enable_vblank)(struct mtk_ddp_comp *comp, struct drm_crtc *crtc);103 const struct mtk_ddp_comp_funcs *funcs; argument