Lines Matching refs:panel
7 * Based on the omapdrm-specific panel-lgphilips-lb035q02 driver
24 struct drm_panel panel;
30 #define to_lb035q02_device(p) container_of(p, struct lb035q02_device, panel)
109 static int lb035q02_disable(struct drm_panel *panel)
111 struct lb035q02_device *lcd = to_lb035q02_device(panel);
118 static int lb035q02_enable(struct drm_panel *panel)
120 struct lb035q02_device *lcd = to_lb035q02_device(panel);
143 static int lb035q02_get_modes(struct drm_panel *panel,
198 drm_panel_init(&lcd->panel, &lcd->spi->dev, &lb035q02_funcs,
201 drm_panel_add(&lcd->panel);
210 drm_panel_remove(&lcd->panel);
211 drm_panel_disable(&lcd->panel);
235 .name = "panel-lg-lb035q02",