himax
struct himax *ctx = to_himax(panel);
struct himax *ctx = to_himax(panel);
struct himax *ctx;
ctx = devm_drm_panel_alloc(dev, struct himax, panel, &himax_panel_funcs,
static inline struct himax *to_himax(struct drm_panel *panel)
struct himax *ctx = mipi_dsi_get_drvdata(dsi);
return container_of(panel, struct himax, panel);
static inline struct mipi_dsi_device *to_primary_dsi(struct himax *ctx)
static void himax_reset(struct himax *ctx)
struct himax *ctx = to_himax(panel);