Lines Matching full:ltk050h3146w
25 struct ltk050h3146w;
29 int (*init)(struct ltk050h3146w *ctx);
32 struct ltk050h3146w { struct
241 struct ltk050h3146w *panel_to_ltk050h3146w(struct drm_panel *panel) in panel_to_ltk050h3146w()
243 return container_of(panel, struct ltk050h3146w, panel); in panel_to_ltk050h3146w()
246 static int ltk050h3148w_init_sequence(struct ltk050h3146w *ctx) in ltk050h3148w_init_sequence()
330 static int ltk050h3146w_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_init_sequence()
421 static int ltk050h3146w_a2_select_page(struct ltk050h3146w *ctx, int page) in ltk050h3146w_a2_select_page()
429 static int ltk050h3146w_a2_write_page(struct ltk050h3146w *ctx, int page, in ltk050h3146w_a2_write_page()
454 static int ltk050h3146w_a2_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_a2_init_sequence()
519 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_unprepare()
543 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_prepare()
599 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_get_modes()
625 struct ltk050h3146w *ctx; in ltk050h3146w_probe()
678 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_remove()
690 .compatible = "leadtek,ltk050h3146w",
694 .compatible = "leadtek,ltk050h3146w-a2",
707 .name = "panel-leadtek-ltk050h3146w",
716 MODULE_DESCRIPTION("DRM driver for Leadtek LTK050H3146W MIPI DSI panel");