Lines Matching refs:ltk050h3146w
25 struct ltk050h3146w;
28 int (*init)(struct ltk050h3146w *ctx);
31 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 ltk050h3146w_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_init_sequence()
335 static int ltk050h3146w_a2_select_page(struct ltk050h3146w *ctx, int page) in ltk050h3146w_a2_select_page()
343 static int ltk050h3146w_a2_write_page(struct ltk050h3146w *ctx, int page, in ltk050h3146w_a2_write_page()
368 static int ltk050h3146w_a2_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_a2_init_sequence()
431 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_unprepare()
460 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_prepare()
521 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_get_modes()
547 struct ltk050h3146w *ctx; in ltk050h3146w_probe()
610 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_shutdown()
624 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_remove()