Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbpriv.h92 struct fb_fix_screeninfo { struct
93 char id[16]; /* identification string eg "TT Builtin" */
94 char *smem_start; /* Start of frame buffer mem */
96 __u32 smem_len; /* Length of frame buffer mem */
97 __u32 type; /* see FB_TYPE_* */
98 __u32 type_aux; /* Interleave for interleaved Planes */
99 __u32 visual; /* see FB_VISUAL_* */
100 __u16 xpanstep; /* zero if no hardware panning */
101 __u16 ypanstep; /* zero if no hardware panning */
102 __u16 ywrapstep; /* zero if no hardware ywrap */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h155 struct fb_fix_screeninfo { struct
156 char id[16]; /* identification string eg "TT Builtin" */
157 unsigned long smem_start; /* Start of frame buffer mem */
159 __u32 smem_len; /* Length of frame buffer mem */
160 __u32 type; /* see FB_TYPE_* */
161 __u32 type_aux; /* Interleave for interleaved Planes */
162 __u32 visual; /* see FB_VISUAL_* */
163 __u16 xpanstep; /* zero if no hardware panning */
164 __u16 ypanstep; /* zero if no hardware panning */
165 __u16 ywrapstep; /* zero if no hardware ywrap */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h155 struct fb_fix_screeninfo { struct
156 char id[16]; /* identification string eg "TT Builtin" */
157 unsigned long smem_start; /* Start of frame buffer mem */
159 __u32 smem_len; /* Length of frame buffer mem */
160 __u32 type; /* see FB_TYPE_* */
161 __u32 type_aux; /* Interleave for interleaved Planes */
162 __u32 visual; /* see FB_VISUAL_* */
163 __u16 xpanstep; /* zero if no hardware panning */
164 __u16 ypanstep; /* zero if no hardware panning */
165 __u16 ywrapstep; /* zero if no hardware ywrap */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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 …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h22 struct fb_fix_screeninfo { struct
23 char id[16]; /* identification string eg "TT Builtin" */
24 unsigned long smem_start; /* Start of frame buffer mem */
26 __u32 smem_len; /* Length of frame buffer mem */
27 __u32 type; /* see FB_TYPE_* */
28 __u32 type_aux; /* Interleave for interleaved Planes */
29 __u32 visual; /* see FB_VISUAL_* */
30 __u16 xpanstep; /* zero if no hardware panning */
31 __u16 ypanstep; /* zero if no hardware panning */
32 __u16 ywrapstep; /* zero if no hardware ywrap */
[all …]