Lines Matching defs:db7430
49 * struct db7430 - state container for a panel controlled by the DB7430
52 struct db7430 {
84 static inline struct db7430 *to_db7430(struct drm_panel *panel)
86 return container_of(panel, struct db7430, panel);
89 static int db7430_power_on(struct db7430 *db)
164 static int db7430_power_off(struct db7430 *db)
179 struct db7430 *db = to_db7430(panel);
197 struct db7430 *db = to_db7430(panel);
230 struct db7430 *db = to_db7430(panel);
267 struct db7430 *db;
315 struct db7430 *db = spi_get_drvdata(spi);
341 .name = "db7430-panel",