Home
last modified time | relevance | path

Searched refs:hx8394 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A Dpanel-himax-hx8394.c67 struct hx8394 { struct
83 int (*init_sequence)(struct hx8394 *ctx); argument
86 static inline struct hx8394 *panel_to_hx8394(struct drm_panel *panel) in panel_to_hx8394()
88 return container_of(panel, struct hx8394, panel); in panel_to_hx8394()
91 static int hsd060bhw4_init_sequence(struct hx8394 *ctx) in hsd060bhw4_init_sequence()
208 static int powkiddy_x55_init_sequence(struct hx8394 *ctx) in powkiddy_x55_init_sequence()
342 static int mchp_ac40t08a_init_sequence(struct hx8394 *ctx) in mchp_ac40t08a_init_sequence()
494 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_enable()
531 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_disable()
548 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_unprepare()
[all …]
H A DMakefile21 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
H A DKconfig186 If M is selected the module will be called panel-himax-hx8394.
/linux/
H A DMAINTAINERS7182 F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml
7183 F: drivers/gpu/drm/panel/panel-himax-hx8394.c