Searched refs:mantix (Results 1 – 3 of 3) sorted by relevance
27 struct mantix { struct39 static inline struct mantix *panel_to_mantix(struct drm_panel *panel) in panel_to_mantix() argument41 return container_of(panel, struct mantix, panel); in panel_to_mantix()52 static int mantix_init_sequence(struct mantix *ctx) in mantix_init_sequence()80 struct mantix *ctx = panel_to_mantix(panel); in mantix_enable()114 struct mantix *ctx = panel_to_mantix(panel); in mantix_disable()132 struct mantix *ctx = panel_to_mantix(panel); in mantix_unprepare()151 struct mantix *ctx = panel_to_mantix(panel); in mantix_prepare()208 struct mantix *ctx = panel_to_mantix(panel); in mantix_get_modes()240 struct mantix *ctx; in mantix_probe()[all …]
23 obj-$(CONFIG_DRM_PANEL_MANTIX_MLAF057WE51) += panel-mantix-mlaf057we51.o
5549 F: Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml5550 F: drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c