Searched full:ltk050h3146w (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | leadtek,ltk050h3146w.yaml | 4 $id: http://devicetree.org/schemas/display/panel/leadtek,ltk050h3146w.yaml# 7 title: Leadtek LTK050H3146W 5.0in 720x1280 DSI panel 18 - leadtek,ltk050h3146w 19 - leadtek,ltk050h3146w-a2 47 compatible = "leadtek,ltk050h3146w";
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-leadtek-ltk050h3146w.c | 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() [all …]
|
D | Makefile | 36 obj-$(CONFIG_DRM_PANEL_LEADTEK_LTK050H3146W) += panel-leadtek-ltk050h3146w.o
|
D | Kconfig | 328 tristate "Leadtek LTK050H3146W panel" 333 Say Y here if you want to enable support for Leadtek LTK050H3146W
|