Searched defs:fb_fix_screeninfo (Results 1 – 3 of 3) sorted by relevance
141 struct fb_fix_screeninfo { struct142 char id[16];143 unsigned long smem_start;145 __u32 smem_len;146 __u32 type;147 __u32 type_aux;148 __u32 visual;149 __u16 xpanstep;150 __u16 ypanstep;151 __u16 ywrapstep;[all …]
157 struct fb_fix_screeninfo { struct158 char id[16]; /* identification string eg "TT Builtin" */159 unsigned long smem_start; /* Start of frame buffer mem */161 __u32 smem_len; /* Length of frame buffer mem */162 __u32 type; /* see FB_TYPE_* */163 __u32 type_aux; /* Interleave for interleaved Planes */164 __u32 visual; /* see FB_VISUAL_* */ 165 __u16 xpanstep; /* zero if no hardware panning */166 __u16 ypanstep; /* zero if no hardware panning */167 __u16 ywrapstep; /* zero if no hardware ywrap */[all …]
152 struct fb_fix_screeninfo { struct153 char id[16];154 unsigned long smem_start;155 __u32 smem_len;156 __u32 type;157 __u32 type_aux;158 __u32 visual;159 __u16 xpanstep;160 __u16 ypanstep;161 __u16 ywrapstep;[all …]