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()
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()
248 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
300 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_shutdown()
308 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_remove()
317 { .compatible = "mantix,mlaf057we51-x", .data = &default_mode_mantix },
335 MODULE_DESCRIPTION("DRM driver for Mantix MLAF057WE51-X MIPI DSI panel");