Searched refs:mantix (Results 1 – 4 of 4) sorted by relevance
29 struct mantix { struct43 static inline struct mantix *panel_to_mantix(struct drm_panel *panel) in panel_to_mantix() argument45 return container_of(panel, struct mantix, panel); in panel_to_mantix()70 struct mantix *ctx = panel_to_mantix(panel); in mantix_enable()91 struct mantix *ctx = panel_to_mantix(panel); in mantix_disable()103 struct mantix *ctx = panel_to_mantix(panel); in mantix_unprepare()122 struct mantix *ctx = panel_to_mantix(panel); in mantix_prepare()198 struct mantix *ctx = panel_to_mantix(panel); in mantix_get_modes()234 struct mantix *ctx; in mantix_probe()300 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_shutdown()[all …]
53 obj-$(CONFIG_DRM_PANEL_MANTIX_MLAF057WE51) += panel-mantix-mlaf057we51.o
1192 compatible = "mantix,mlaf057we51-x";1201 mantix,tp-rstn-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
7188 F: Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml7189 F: drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c