Searched defs:omapfb2_device (Results 1 – 1 of 1) sorted by relevance
78 struct omapfb2_device { struct79 struct device *dev;80 struct mutex mtx;82 u32 pseudo_palette[17];84 int state;86 unsigned num_fbs;87 struct fb_info *fbs[10];88 struct omapfb2_mem_region regions[10];90 unsigned num_displays;91 struct omapfb_display_data displays[10];[all …]
Completed in 4 milliseconds