Searched defs:ebc_panel (Results 1 – 2 of 2) sorted by relevance
21 struct ebc_panel { struct22 struct device *dev;23 struct ebc_tcon *tcon;24 struct ebc_pmic *pmic;25 struct panel_buffer fb[DIRECT_FB_NUM]; //for direct mode, one pixel 2bit26 int current_buffer;28 u32 width;29 u32 height;30 u32 vir_width;31 u32 vir_height;[all …]
13 struct ebc_panel { struct14 u32 width;15 u32 height;16 u32 vir_width;17 u32 vir_height;18 u32 width_mm;19 u32 height_mm;21 u32 sdck;45 int (*enable)(struct udevice *dev, struct ebc_panel *panel); argument