Lines Matching refs:stk_panel
37 struct stk_panel {
48 static inline struct stk_panel *to_stk_panel(struct drm_panel *panel)
50 return container_of(panel, struct stk_panel, base);
53 static int stk_panel_init(struct stk_panel *stk)
110 static int stk_panel_on(struct stk_panel *stk)
125 static void stk_panel_off(struct stk_panel *stk)
146 struct stk_panel *stk = to_stk_panel(panel);
163 struct stk_panel *stk = to_stk_panel(panel);
309 static int stk_panel_add(struct stk_panel *stk)
355 struct stk_panel *stk;
383 struct stk_panel *stk = mipi_dsi_get_drvdata(dsi);