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