Lines Matching defs:fb_fix_screeninfo
158 struct fb_fix_screeninfo { struct
159 char id[16]; /* identification string eg "TT Builtin" */
160 unsigned long smem_start; /* Start of frame buffer mem */
162 __u32 smem_len; /* Length of frame buffer mem */
163 __u32 type; /* see FB_TYPE_* */
164 __u32 type_aux; /* Interleave for interleaved Planes */
165 __u32 visual; /* see FB_VISUAL_* */
166 __u16 xpanstep; /* zero if no hardware panning */
167 __u16 ypanstep; /* zero if no hardware panning */
168 __u16 ywrapstep; /* zero if no hardware ywrap */
169 __u32 line_length; /* length of a line in bytes */
170 unsigned long mmio_start; /* Start of Memory Mapped I/O */
172 __u32 mmio_len; /* Length of Memory Mapped I/O */
173 __u32 accel; /* Indicate to driver which */
175 __u16 capabilities; /* see FB_CAP_* */
176 __u16 reserved[2]; /* Reserved for future compatibility */