Lines Matching refs:panel
7 * This file based on panel-ilitek-ili9881c.c
28 struct drm_panel panel;
40 static inline struct rb070d30_panel *panel_to_rb070d30_panel(struct drm_panel *panel)
42 return container_of(panel, struct rb070d30_panel, panel);
45 static int rb070d30_panel_prepare(struct drm_panel *panel)
47 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel);
64 static int rb070d30_panel_unprepare(struct drm_panel *panel)
66 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel);
75 static int rb070d30_panel_enable(struct drm_panel *panel)
77 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel);
87 static int rb070d30_panel_disable(struct drm_panel *panel)
89 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel);
110 static int rb070d30_panel_get_modes(struct drm_panel *panel,
113 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel);
162 drm_panel_init(&ctx->panel, &dsi->dev, &rb070d30_panel_funcs,
197 ret = drm_panel_of_backlight(&ctx->panel);
201 drm_panel_add(&ctx->panel);
215 drm_panel_remove(&ctx->panel);
230 .name = "panel-ronbo-rb070d30",