Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h41 struct mtk_ddp_comp_funcs { struct
42 void (*config)(struct mtk_ddp_comp *comp, unsigned int w,
45 void (*start)(struct mtk_ddp_comp *comp);
46 void (*stop)(struct mtk_ddp_comp *comp);
47 void (*enable_vblank)(struct mtk_ddp_comp *comp, struct drm_crtc *crtc);
71 const struct mtk_ddp_comp_funcs *funcs; argument