Searched defs:sm501fb_info (Results 1 – 1 of 1) sorted by relevance
81 struct sm501fb_info { struct82 struct device *dev;83 struct fb_info *fb[2]; /* fb info for both heads */84 struct resource *fbmem_res; /* framebuffer resource */85 struct resource *regs_res; /* registers resource */86 struct resource *regs2d_res; /* 2d registers resource */87 struct sm501_platdata_fb *pdata; /* our platform data */112 struct sm501fb_info *info; argument