samsung_ltl106hl02
struct samsung_ltl106hl02 *ctx;
ctx = devm_drm_panel_alloc(dev, struct samsung_ltl106hl02, panel,
struct samsung_ltl106hl02 *ctx = mipi_dsi_get_drvdata(dsi);
static inline struct samsung_ltl106hl02 *to_samsung_ltl106hl02(struct drm_panel *panel)
return container_of(panel, struct samsung_ltl106hl02, panel);
static void samsung_ltl106hl02_reset(struct samsung_ltl106hl02 *ctx)
struct samsung_ltl106hl02 *ctx = to_samsung_ltl106hl02(panel);
struct samsung_ltl106hl02 *ctx = to_samsung_ltl106hl02(panel);