Home
last modified time | relevance | path

Searched defs:mtk_ddp_comp_funcs (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h43 struct mtk_ddp_comp_funcs { struct
44 int (*clk_enable)(struct device *dev);
45 void (*clk_disable)(struct device *dev);
46 void (*config)(struct device *dev, unsigned int w,
49 void (*start)(struct device *dev);
50 void (*stop)(struct device *dev);
51 void (*register_vblank_cb)(struct device *dev,
77 const struct mtk_ddp_comp_funcs *funcs; argument