Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h46 struct mtk_ddp_comp_funcs { struct
47 int (*clk_enable)(struct device *dev);
48 void (*clk_disable)(struct device *dev);
49 void (*config)(struct device *dev, unsigned int w,
52 void (*start)(struct device *dev);
53 void (*stop)(struct device *dev);
54 void (*register_vblank_cb)(struct device *dev,
80 const struct mtk_ddp_comp_funcs *funcs; argument