Home
last modified time | relevance | path

Searched defs:fb_fix_screeninfo (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfb.h141 struct fb_fix_screeninfo { struct
142 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 …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dfb.h157 struct fb_fix_screeninfo { struct
158 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 …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfb.h152 struct fb_fix_screeninfo { struct
153 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 …]