Lines Matching defs:kd35t133
3 * Elida kd35t133 5.5" MIPI-DSI panel driver
39 struct kd35t133 {
49 static inline struct kd35t133 *panel_to_kd35t133(struct drm_panel *panel)
51 return container_of(panel, struct kd35t133, panel);
54 static int kd35t133_init_sequence(struct kd35t133 *ctx)
90 struct kd35t133 *ctx = panel_to_kd35t133(panel);
119 struct kd35t133 *ctx = panel_to_kd35t133(panel);
197 struct kd35t133 *ctx = panel_to_kd35t133(panel);
225 struct kd35t133 *ctx = panel_to_kd35t133(panel);
240 struct kd35t133 *ctx;
306 struct kd35t133 *ctx = mipi_dsi_get_drvdata(dsi);
320 struct kd35t133 *ctx = mipi_dsi_get_drvdata(dsi);
333 { .compatible = "elida,kd35t133" },
340 .name = "panel-elida-kd35t133",
350 MODULE_DESCRIPTION("DRM driver for Elida kd35t133 MIPI DSI panel");