Lines Matching refs:panel
48 static inline struct stk_panel *to_stk_panel(struct drm_panel *panel)
50 return container_of(panel, struct stk_panel, base);
144 static int stk_panel_unprepare(struct drm_panel *panel)
146 struct stk_panel *stk = to_stk_panel(panel);
161 static int stk_panel_prepare(struct drm_panel *panel)
163 struct stk_panel *stk = to_stk_panel(panel);
188 dev_err(dev, "failed to init panel: %d\n", ret);
194 dev_err(dev, "failed to set panel on: %d\n", ret);
226 static int stk_panel_get_modes(struct drm_panel *panel,
233 dev_err(panel->dev, "failed to add mode %ux%ux@%u\n",
396 .name = "panel-startek-kd070fhfid015",