Searched refs:kd35t133 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/panel/
H A DMakefile15 obj-$(CONFIG_DRM_PANEL_ELIDA_KD35T133) += panel-elida-kd35t133.o
H A Dpanel-elida-kd35t133.c3 * Elida kd35t133 3.5" MIPI-DSI panel driver
39 struct kd35t133 { struct
48 static inline struct kd35t133 *panel_to_kd35t133(struct drm_panel *panel)
50 return container_of(panel, struct kd35t133, panel);
53 static int kd35t133_init_sequence(struct kd35t133 *ctx)
89 struct kd35t133 *ctx = panel_to_kd35t133(panel);
113 struct kd35t133 *ctx = panel_to_kd35t133(panel);
186 struct kd35t133 *ctx = panel_to_kd35t133(panel);
209 struct kd35t133 *ctx = panel_to_kd35t133(panel);
224 struct kd35t133 *ct
[all...]

Completed in 166 milliseconds