Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_ddp_comp.h51 struct mtk_ddp_comp_funcs { struct
52 int (*power_on)(struct device *dev);
53 void (*power_off)(struct device *dev);
54 int (*clk_enable)(struct device *dev);
55 void (*clk_disable)(struct device *dev);
56 void (*config)(struct device *dev, unsigned int w,
59 void (*start)(struct device *dev);
60 void (*stop)(struct device *dev);
61 void (*register_vblank_cb)(struct device *dev,
64 void (*unregister_vblank_cb)(struct device *dev);
[all …]