Searched full:db7430 (Results 1 – 5 of 5) sorted by relevance
4 * According to the data sheet the display controller is called DB7430.49 * struct db7430 - state container for a panel controlled by the DB743052 struct db7430 { struct88 static inline struct db7430 *to_db7430(struct drm_panel *panel) in to_db7430() argument90 return container_of(panel, struct db7430, panel); in to_db7430()93 static int db7430_power_on(struct db7430 *db) in db7430_power_on()168 static int db7430_power_off(struct db7430 *db) in db7430_power_off()183 struct db7430 *db = to_db7430(panel); in db7430_disable()201 struct db7430 *db = to_db7430(panel); in db7430_enable()234 struct db7430 *db = to_db7430(panel); in db7430_get_modes()[all …]
39 obj-$(CONFIG_DRM_PANEL_SAMSUNG_DB7430) += panel-samsung-db7430.o
381 tristate "Samsung DB7430-based DPI panels"387 DB7430 DPI display controller used in such devices as the
10 named DB7430 with a separate backlight controller.
6033 DRM DRIVER FOR SAMSUNG DB7430 PANELS6038 F: drivers/gpu/drm/panel/panel-samsung-db7430.c