Lines Matching full:kd35t133
3 * Elida kd35t133 3.5" MIPI-DSI panel driver
39 struct kd35t133 { struct
48 static inline struct kd35t133 *panel_to_kd35t133(struct drm_panel *panel) in panel_to_kd35t133() argument
50 return container_of(panel, struct kd35t133, panel); in panel_to_kd35t133()
83 struct kd35t133 *ctx = panel_to_kd35t133(panel); in kd35t133_unprepare()
102 struct kd35t133 *ctx = panel_to_kd35t133(panel); in kd35t133_prepare()
168 struct kd35t133 *ctx = panel_to_kd35t133(panel); in kd35t133_get_modes()
191 struct kd35t133 *ctx = panel_to_kd35t133(panel); in kd35t133_get_orientation()
206 struct kd35t133 *ctx; in kd35t133_probe()
272 struct kd35t133 *ctx = mipi_dsi_get_drvdata(dsi); in kd35t133_remove()
283 { .compatible = "elida,kd35t133" },
290 .name = "panel-elida-kd35t133",
299 MODULE_DESCRIPTION("DRM driver for Elida kd35t133 MIPI DSI panel");