sharp_ls060
struct sharp_ls060 *ctx = to_sharp_ls060(panel);
struct sharp_ls060 *ctx;
ctx = devm_drm_panel_alloc(dev, struct sharp_ls060, panel,
struct sharp_ls060 *ctx = mipi_dsi_get_drvdata(dsi);
static inline struct sharp_ls060 *to_sharp_ls060(struct drm_panel *panel)
return container_of(panel, struct sharp_ls060, panel);
static void sharp_ls060_reset(struct sharp_ls060 *ctx)
static int sharp_ls060_on(struct sharp_ls060 *ctx)
static void sharp_ls060_off(struct sharp_ls060 *ctx)
struct sharp_ls060 *ctx = to_sharp_ls060(panel);