Lines Matching full:mantix
3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver
20 #define DRV_NAME "panel-mantix-mlaf057we51"
27 struct mantix { struct
39 static inline struct mantix *panel_to_mantix(struct drm_panel *panel) in panel_to_mantix() argument
41 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()
253 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
305 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_shutdown()
313 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_remove()
324 { .compatible = "mantix,mlaf057we51-x" },
341 MODULE_DESCRIPTION("DRM driver for Mantix MLAF057WE51-X MIPI DSI panel");