Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/panel/
Dpanel-himax-hx8394.c65 struct hx8394 { struct
81 int (*init_sequence)(struct hx8394 *ctx); argument
84 static inline struct hx8394 *panel_to_hx8394(struct drm_panel *panel) in panel_to_hx8394()
86 return container_of(panel, struct hx8394, panel); in panel_to_hx8394()
89 static int hsd060bhw4_init_sequence(struct hx8394 *ctx) in hsd060bhw4_init_sequence()
208 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_enable()
246 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_disable()
263 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_unprepare()
280 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_prepare()
317 struct hx8394 *ctx = panel_to_hx8394(panel); in hx8394_get_modes()
[all …]
DMakefile17 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
DKconfig175 If M is selected the module will be called panel-himax-hx8394.
/Linux-v6.6/
DMAINTAINERS6537 F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml
6538 F: drivers/gpu/drm/panel/panel-himax-hx8394.c