ota7290b
struct ota7290b *ctx = panel_to_ota(panel);
struct ota7290b *ctx;
ctx = devm_drm_panel_alloc(&dsi->dev, struct ota7290b, panel,
static inline struct ota7290b *panel_to_ota(struct drm_panel *panel)
return container_of(panel, struct ota7290b, panel);
struct ota7290b *ctx = panel_to_ota(panel);
struct ota7290b *ctx = panel_to_ota(panel);