Lines Matching defs:mantix
20 #define DRV_NAME "panel-mantix-mlaf057we51"
27 struct mantix {
39 static inline struct mantix *panel_to_mantix(struct drm_panel *panel)
41 return container_of(panel, struct mantix, panel);
52 static int mantix_init_sequence(struct mantix *ctx)
80 struct mantix *ctx = panel_to_mantix(panel);
114 struct mantix *ctx = panel_to_mantix(panel);
132 struct mantix *ctx = panel_to_mantix(panel);
151 struct mantix *ctx = panel_to_mantix(panel);
208 struct mantix *ctx = panel_to_mantix(panel);
240 struct mantix *ctx;
253 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH);
305 struct mantix *ctx = mipi_dsi_get_drvdata(dsi);
313 struct mantix *ctx = mipi_dsi_get_drvdata(dsi);
324 { .compatible = "mantix,mlaf057we51-x" },