Lines Matching defs:sofef00_panel
20 struct sofef00_panel {
30 struct sofef00_panel *to_sofef00_panel(struct drm_panel *panel)
32 return container_of(panel, struct sofef00_panel, panel);
35 static void sofef00_panel_reset(struct sofef00_panel *ctx)
45 static int sofef00_panel_on(struct sofef00_panel *ctx)
85 static int sofef00_panel_off(struct sofef00_panel *ctx)
112 struct sofef00_panel *ctx = to_sofef00_panel(panel);
140 struct sofef00_panel *ctx = to_sofef00_panel(panel);
188 struct sofef00_panel *ctx = to_sofef00_panel(panel);
244 struct sofef00_panel *ctx;
296 struct sofef00_panel *ctx = mipi_dsi_get_drvdata(dsi);