Lines Matching refs:__u32
36 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
160 __u32 smem_len; /* Length of frame buffer mem */
161 __u32 type; /* see FB_TYPE_* */
162 __u32 type_aux; /* Interleave for interleaved Planes */
163 __u32 visual; /* see FB_VISUAL_* */
167 __u32 line_length; /* length of a line in bytes */
170 __u32 mmio_len; /* Length of Memory Mapped I/O */
171 __u32 accel; /* Indicate to driver which */
188 __u32 offset; /* beginning of bitfield */
189 __u32 length; /* length of bitfield */
190 __u32 msb_right; /* != 0 : Most significant bit is */
241 __u32 xres; /* visible resolution */
242 __u32 yres;
243 __u32 xres_virtual; /* virtual resolution */
244 __u32 yres_virtual;
245 __u32 xoffset; /* offset from virtual to visible */
246 __u32 yoffset; /* resolution */
248 __u32 bits_per_pixel; /* guess what */
249 __u32 grayscale; /* 0 = color, 1 = grayscale, */
256 __u32 nonstd; /* != 0 Non standard pixel format */
258 __u32 activate; /* see FB_ACTIVATE_* */
260 __u32 height; /* height of picture in mm */
261 __u32 width; /* width of picture in mm */
263 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
266 __u32 pixclock; /* pixel clock in ps (pico seconds) */
267 __u32 left_margin; /* time from sync to picture */
268 __u32 right_margin; /* time from picture to sync */
269 __u32 upper_margin; /* time from sync to picture */
270 __u32 lower_margin;
271 __u32 hsync_len; /* length of horizontal sync */
272 __u32 vsync_len; /* length of vertical sync */
273 __u32 sync; /* see FB_SYNC_* */
274 __u32 vmode; /* see FB_VMODE_* */
275 __u32 rotate; /* angle we rotate counter clockwise */
276 __u32 colorspace; /* colorspace for FOURCC-based modes */
277 __u32 reserved[4]; /* Reserved for future compatibility */
281 __u32 start; /* First entry */
282 __u32 len; /* Number of entries */
290 __u32 console;
291 __u32 framebuffer;
329 __u32 flags; /* FB_VBLANK flags */
330 __u32 count; /* counter of retraces since boot */
331 __u32 vcount; /* current scanline position */
332 __u32 hcount; /* current scandot position */
333 __u32 reserved[4]; /* reserved for future compatibility */
341 __u32 dx;
342 __u32 dy;
343 __u32 width;
344 __u32 height;
345 __u32 sx;
346 __u32 sy;
350 __u32 dx; /* screen-relative */
351 __u32 dy;
352 __u32 width;
353 __u32 height;
354 __u32 color;
355 __u32 rop;
359 __u32 dx; /* Where to place image */
360 __u32 dy;
361 __u32 width; /* Size of image */
362 __u32 height;
363 __u32 fg_color; /* Only used when a mono bitmap */
364 __u32 bg_color;