innolux_panel
struct innolux_panel;
static int innolux_p097pfg_init(struct innolux_panel *innolux)
int (*init)(struct innolux_panel *innolux);
struct innolux_panel *innolux = to_innolux_panel(panel);
struct innolux_panel *innolux;
innolux = devm_drm_panel_alloc(dev, struct innolux_panel, base,
static void innolux_panel_del(struct innolux_panel *innolux)
struct innolux_panel *innolux;
struct innolux_panel *innolux = mipi_dsi_get_drvdata(dsi);
static inline struct innolux_panel *to_innolux_panel(struct drm_panel *panel)
return container_of(panel, struct innolux_panel, base);
struct innolux_panel *innolux = to_innolux_panel(panel);
struct innolux_panel *innolux = to_innolux_panel(panel);