ebbg_ft8719
struct ebbg_ft8719 *ctx = to_ebbg_ft8719(panel);
struct ebbg_ft8719 *ctx;
ctx = devm_drm_panel_alloc(dev, struct ebbg_ft8719, panel,
struct ebbg_ft8719 *ctx = mipi_dsi_get_drvdata(dsi);
struct ebbg_ft8719 *to_ebbg_ft8719(struct drm_panel *panel)
return container_of(panel, struct ebbg_ft8719, panel);
static void ebbg_ft8719_reset(struct ebbg_ft8719 *ctx)
static int ebbg_ft8719_on(struct ebbg_ft8719 *ctx)
static int ebbg_ft8719_off(struct ebbg_ft8719 *ctx)
struct ebbg_ft8719 *ctx = to_ebbg_ft8719(panel);