ams581vf01
struct ams581vf01 *ctx = to_ams581vf01(panel);
struct ams581vf01 *ctx = to_ams581vf01(panel);
struct ams581vf01 *ctx;
ctx = devm_drm_panel_alloc(&dsi->dev, struct ams581vf01, panel,
struct ams581vf01 *ctx = mipi_dsi_get_drvdata(dsi);
static inline struct ams581vf01 *to_ams581vf01(struct drm_panel *panel)
return container_of(panel, struct ams581vf01, panel);
static void ams581vf01_reset(struct ams581vf01 *ctx)
static int ams581vf01_on(struct ams581vf01 *ctx)
static void ams581vf01_off(struct ams581vf01 *ctx)