Searched defs:omapfb2_device (Results 1 – 1 of 1) sorted by relevance
85 struct omapfb2_device { struct86 struct device *dev;87 struct mutex mtx;89 u32 pseudo_palette[17];91 int state;93 unsigned num_fbs;94 struct fb_info *fbs[10];95 struct omapfb2_mem_region regions[10];97 unsigned num_displays;98 struct omapfb_display_data displays[10];[all …]