Lines Matching refs:panel
9 * From internet archives, the panel for Nexus 7 2nd Gen, 2013 model is a
50 static inline struct jdi_panel *to_jdi_panel(struct drm_panel *panel)
52 return container_of(panel, struct jdi_panel, base);
179 static int jdi_panel_disable(struct drm_panel *panel)
181 struct jdi_panel *jdi = to_jdi_panel(panel);
193 static int jdi_panel_unprepare(struct drm_panel *panel)
195 struct jdi_panel *jdi = to_jdi_panel(panel);
219 static int jdi_panel_prepare(struct drm_panel *panel)
221 struct jdi_panel *jdi = to_jdi_panel(panel);
247 dev_err(dev, "failed to init panel: %d\n", ret);
253 dev_err(dev, "failed to set panel on: %d\n", ret);
275 static int jdi_panel_enable(struct drm_panel *panel)
277 struct jdi_panel *jdi = to_jdi_panel(panel);
302 static int jdi_panel_get_modes(struct drm_panel *panel,
306 struct jdi_panel *jdi = to_jdi_panel(panel);
484 dev_err(&dsi->dev, "failed to disable panel: %d\n", ret);
503 .name = "panel-jdi-lt070me05000",