Home
last modified time | relevance | path

Searched full:hx83102 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dhimax,hx83102.yaml4 $id: http://devicetree.org/schemas/display/panel/himax,hx83102.yaml#
7 title: Himax HX83102 MIPI-DSI LCD panel controller
25 - const: himax,hx83102
62 compatible = "starry,himax83102-j02", "himax,hx83102";
/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-himax-hx83102.c3 * Driver for panels based on Himax HX83102 controller, such as:
51 struct hx83102 { struct
76 int (*init)(struct hx83102 *ctx); argument
79 static inline struct hx83102 *panel_to_hx83102(struct drm_panel *panel) in panel_to_hx83102()
81 return container_of(panel, struct hx83102, base); in panel_to_hx83102()
92 static int starry_himax83102_j02_init(struct hx83102 *ctx) in starry_himax83102_j02_init()
189 static int boe_nv110wum_init(struct hx83102 *ctx) in boe_nv110wum_init()
294 static int ivo_t109nw41_init(struct hx83102 *ctx) in ivo_t109nw41_init()
473 struct hx83102 *ctx = panel_to_hx83102(panel); in hx83102_disable()
489 struct hx83102 *ctx = panel_to_hx83102(panel); in hx83102_unprepare()
[all …]
DMakefile19 obj-$(CONFIG_DRM_PANEL_HIMAX_HX83102) += panel-himax-hx83102.o
DKconfig158 tristate "Himax HX83102-based panels"
164 Himax HX83102 controller.