Lines Matching full:mantix
3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver
20 #define DRV_NAME "panel-mantix-mlaf057we51"
26 struct mantix { struct
38 static inline struct mantix *panel_to_mantix(struct drm_panel *panel) in panel_to_mantix() argument
40 return container_of(panel, struct mantix, panel); in panel_to_mantix()
51 static int mantix_init_sequence(struct mantix *ctx) in mantix_init_sequence()
75 struct mantix *ctx = panel_to_mantix(panel); in mantix_enable()
109 struct mantix *ctx = panel_to_mantix(panel); in mantix_disable()
127 struct mantix *ctx = panel_to_mantix(panel); in mantix_unprepare()
146 struct mantix *ctx = panel_to_mantix(panel); in mantix_prepare()
203 struct mantix *ctx = panel_to_mantix(panel); in mantix_get_modes()
235 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()
319 { .compatible = "mantix,mlaf057we51-x" },
336 MODULE_DESCRIPTION("DRM driver for Mantix MLAF057WE51-X MIPI DSI panel");