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