Searched defs:fb_info_control (Results 1 – 1 of 1) sorted by relevance
94 struct fb_info_control { struct95 struct fb_info info;96 struct fb_par_control par;97 u32 pseudo_palette[16];99 struct cmap_regs __iomem *cmap_regs;100 unsigned long cmap_regs_phys;102 struct control_regs __iomem *control_regs;103 unsigned long control_regs_phys;104 unsigned long control_regs_size;106 __u8 __iomem *frame_buffer;[all …]