Lines Matching defs:mbxfb_info
57 struct mbxfb_info { struct
58 struct device *dev;
60 struct resource *fb_res;
61 struct resource *fb_req;
63 struct resource *reg_res;
64 struct resource *reg_req;
66 void __iomem *fb_virt_addr;
67 unsigned long fb_phys_addr;
69 void __iomem *reg_virt_addr;
70 unsigned long reg_phys_addr;
72 int (*platform_probe) (struct fb_info * fb);
73 int (*platform_remove) (struct fb_info * fb);
75 u32 pseudo_palette[MAX_PALETTES];
77 void *debugfs_data;