Searched refs:hx8394 (Results 1 – 4 of 4) sorted by relevance
67 struct hx8394 { struct83 int (*init_sequence)(struct hx8394 *ctx); argument86 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 …]
21 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
186 If M is selected the module will be called panel-himax-hx8394.
7182 F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml7183 F: drivers/gpu/drm/panel/panel-himax-hx8394.c