Lines Matching defs:mantix
22 #define DRV_NAME "panel-mantix-mlaf057we51"
29 struct mantix {
43 static inline struct mantix *panel_to_mantix(struct drm_panel *panel)
45 return container_of(panel, struct mantix, panel);
48 static int mantix_init_sequence(struct mantix *ctx)
76 struct mantix *ctx = panel_to_mantix(panel);
110 struct mantix *ctx = panel_to_mantix(panel);
128 struct mantix *ctx = panel_to_mantix(panel);
147 struct mantix *ctx = panel_to_mantix(panel);
223 struct mantix *ctx = panel_to_mantix(panel);
259 struct mantix *ctx;
273 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH);
325 struct mantix *ctx = mipi_dsi_get_drvdata(dsi);
333 struct mantix *ctx = mipi_dsi_get_drvdata(dsi);
342 { .compatible = "mantix,mlaf057we51-x", .data = &default_mode_mantix },