Lines Matching refs:panel
7 * Based on the omapdrm-specific panel-tpo-td043mtea1 driver
54 struct drm_panel panel;
68 #define to_td043mtea1_device(p) container_of(p, struct td043mtea1_panel, panel)
144 /* Wait for the panel to stabilize. */
300 static int td043mtea1_unprepare(struct drm_panel *panel)
302 struct td043mtea1_panel *lcd = to_td043mtea1_device(panel);
310 static int td043mtea1_prepare(struct drm_panel *panel)
312 struct td043mtea1_panel *lcd = to_td043mtea1_device(panel);
348 static int td043mtea1_get_modes(struct drm_panel *panel,
458 drm_panel_init(&lcd->panel, &lcd->spi->dev, &td043mtea1_funcs,
461 drm_panel_add(&lcd->panel);
470 drm_panel_remove(&lcd->panel);
471 drm_panel_disable(&lcd->panel);
472 drm_panel_unprepare(&lcd->panel);
496 .name = "panel-tpo-td043mtea1",