Lines Matching refs:stk_panel
37 struct stk_panel { struct
47 static inline struct stk_panel *to_stk_panel(struct drm_panel *panel) in to_stk_panel() argument
49 return container_of(panel, struct stk_panel, base); in to_stk_panel()
52 static int stk_panel_init(struct stk_panel *stk) in stk_panel_init()
81 static int stk_panel_on(struct stk_panel *stk) in stk_panel_on()
93 static void stk_panel_off(struct stk_panel *stk) in stk_panel_off()
108 struct stk_panel *stk = to_stk_panel(panel); in stk_panel_unprepare()
120 struct stk_panel *stk = to_stk_panel(panel); in stk_panel_prepare()
253 static int stk_panel_add(struct stk_panel *stk) in stk_panel_add()
299 struct stk_panel *stk; in stk_panel_probe()
327 struct stk_panel *stk = mipi_dsi_get_drvdata(dsi); in stk_panel_remove()