Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h48 struct mtk_ddp_comp_funcs { struct
49 int (*clk_enable)(struct device *dev);
50 void (*clk_disable)(struct device *dev);
51 void (*config)(struct device *dev, unsigned int w,
54 void (*start)(struct device *dev);
55 void (*stop)(struct device *dev);
56 void (*register_vblank_cb)(struct device *dev,
59 void (*unregister_vblank_cb)(struct device *dev);
60 void (*enable_vblank)(struct device *dev);
61 void (*disable_vblank)(struct device *dev);
[all …]