Lines Matching full:mantix
3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver
22 #define DRV_NAME "panel-mantix-mlaf057we51"
29 struct mantix { struct
43 static inline struct mantix *panel_to_mantix(struct drm_panel *panel) in panel_to_mantix() argument
45 return container_of(panel, struct mantix, panel); in panel_to_mantix()
48 static int mantix_init_sequence(struct mantix *ctx) in mantix_init_sequence()
76 struct mantix *ctx = panel_to_mantix(panel); in mantix_enable()
110 struct mantix *ctx = panel_to_mantix(panel); in mantix_disable()
128 struct mantix *ctx = panel_to_mantix(panel); in mantix_unprepare()
147 struct mantix *ctx = panel_to_mantix(panel); in mantix_prepare()
223 struct mantix *ctx = panel_to_mantix(panel); in mantix_get_modes()
259 struct mantix *ctx; in mantix_probe()
273 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
325 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_shutdown()
333 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_remove()
342 { .compatible = "mantix,mlaf057we51-x", .data = &default_mode_mantix },
360 MODULE_DESCRIPTION("DRM driver for Mantix MLAF057WE51-X MIPI DSI panel");