Lines Matching defs:ltk050h3146w
25 struct ltk050h3146w;
28 int (*init)(struct ltk050h3146w *ctx);
31 struct ltk050h3146w {
241 struct ltk050h3146w *panel_to_ltk050h3146w(struct drm_panel *panel)
243 return container_of(panel, struct ltk050h3146w, panel);
246 static int ltk050h3146w_init_sequence(struct ltk050h3146w *ctx)
335 static int ltk050h3146w_a2_select_page(struct ltk050h3146w *ctx, int page)
343 static int ltk050h3146w_a2_write_page(struct ltk050h3146w *ctx, int page,
368 static int ltk050h3146w_a2_init_sequence(struct ltk050h3146w *ctx)
431 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel);
460 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel);
521 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel);
547 struct ltk050h3146w *ctx;
610 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi);
624 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi);
638 .compatible = "leadtek,ltk050h3146w",
642 .compatible = "leadtek,ltk050h3146w-a2",
651 .name = "panel-leadtek-ltk050h3146w",