Searched full:ltk500hd1829 (Results 1 – 4 of 4) sorted by relevance
4 $id: http://devicetree.org/schemas/display/panel/leadtek,ltk500hd1829.yaml#7 title: Leadtek LTK500HD1829 5.0in 720x1280 DSI panel19 - leadtek,ltk500hd182947 compatible = "leadtek,ltk500hd1829";
36 struct ltk500hd1829 { struct483 struct ltk500hd1829 *panel_to_ltk500hd1829(struct drm_panel *panel) in panel_to_ltk500hd1829()485 return container_of(panel, struct ltk500hd1829, panel); in panel_to_ltk500hd1829()490 struct ltk500hd1829 *ctx = panel_to_ltk500hd1829(panel); in ltk500hd1829_unprepare()514 struct ltk500hd1829 *ctx = panel_to_ltk500hd1829(panel); in ltk500hd1829_prepare()574 struct ltk500hd1829 *ctx = panel_to_ltk500hd1829(panel); in ltk500hd1829_get_modes()603 struct ltk500hd1829 *ctx; in ltk500hd1829_probe()667 struct ltk500hd1829 *ctx = mipi_dsi_get_drvdata(dsi); in ltk500hd1829_remove()683 .compatible = "leadtek,ltk500hd1829",692 .name = "panel-leadtek-ltk500hd1829",[all …]
37 obj-$(CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829) += panel-leadtek-ltk500hd1829.o
339 tristate "Leadtek LTK500HD1829 panel"