Lines Matching refs:ebbg_ft8719
32 struct ebbg_ft8719 {
42 struct ebbg_ft8719 *to_ebbg_ft8719(struct drm_panel *panel)
44 return container_of(panel, struct ebbg_ft8719, panel);
47 static void ebbg_ft8719_reset(struct ebbg_ft8719 *ctx)
57 static int ebbg_ft8719_on(struct ebbg_ft8719 *ctx)
75 static int ebbg_ft8719_off(struct ebbg_ft8719 *ctx)
92 struct ebbg_ft8719 *ctx = to_ebbg_ft8719(panel);
112 struct ebbg_ft8719 *ctx = to_ebbg_ft8719(panel);
163 struct ebbg_ft8719 *ctx;
166 ctx = devm_drm_panel_alloc(dev, struct ebbg_ft8719, panel,
219 struct ebbg_ft8719 *ctx = mipi_dsi_get_drvdata(dsi);