Lines Matching refs:sofef00_panel
20 struct sofef00_panel { struct
28 struct sofef00_panel *to_sofef00_panel(struct drm_panel *panel) in to_sofef00_panel() argument
30 return container_of(panel, struct sofef00_panel, panel); in to_sofef00_panel()
33 static void sofef00_panel_reset(struct sofef00_panel *ctx) in sofef00_panel_reset()
43 static int sofef00_panel_on(struct sofef00_panel *ctx) in sofef00_panel_on()
70 static int sofef00_panel_off(struct sofef00_panel *ctx) in sofef00_panel_off()
88 struct sofef00_panel *ctx = to_sofef00_panel(panel); in sofef00_panel_prepare()
111 struct sofef00_panel *ctx = to_sofef00_panel(panel); in sofef00_panel_unprepare()
191 struct sofef00_panel *ctx; in sofef00_panel_probe()
194 ctx = devm_drm_panel_alloc(dev, struct sofef00_panel, panel, in sofef00_panel_probe()
235 struct sofef00_panel *ctx = mipi_dsi_get_drvdata(dsi); in sofef00_panel_remove()