rm69380_panel
struct rm69380_panel *ctx = to_rm69380_panel(panel);
struct rm69380_panel *ctx;
ctx = devm_drm_panel_alloc(dev, struct rm69380_panel, panel,
struct rm69380_panel *ctx = mipi_dsi_get_drvdata(dsi);
struct rm69380_panel *to_rm69380_panel(struct drm_panel *panel)
return container_of(panel, struct rm69380_panel, panel);
static void rm69380_reset(struct rm69380_panel *ctx)
static int rm69380_on(struct rm69380_panel *ctx)
static void rm69380_off(struct rm69380_panel *ctx)
struct rm69380_panel *ctx = to_rm69380_panel(panel);