Searched defs:omapfb2_device (Results 1 – 1 of 1) sorted by relevance
90 struct omapfb2_device { struct91 struct device *dev;92 struct mutex mtx;94 u32 pseudo_palette[17];96 int state;98 unsigned num_fbs;99 struct fb_info *fbs[10];100 struct omapfb2_mem_region regions[10];102 unsigned num_displays;103 struct omapfb_display_data displays[10];[all …]