Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h42 struct mtk_ddp_comp_funcs { struct
43 int (*clk_enable)(struct device *dev);
44 void (*clk_disable)(struct device *dev);
45 void (*config)(struct device *dev, unsigned int w,
48 void (*start)(struct device *dev);
49 void (*stop)(struct device *dev);
50 void (*enable_vblank)(struct device *dev,
75 const struct mtk_ddp_comp_funcs *funcs; argument