Lines Matching refs:__u32
41 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
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_* */
168 __u32 line_length; /* length of a line in bytes */
171 __u32 mmio_len; /* Length of Memory Mapped I/O */
172 __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 */
247 __u32 xres; /* visible resolution */
248 __u32 yres;
249 __u32 xres_virtual; /* virtual resolution */
250 __u32 yres_virtual;
251 __u32 xoffset; /* offset from virtual to visible */
252 __u32 yoffset; /* resolution */
254 __u32 bits_per_pixel; /* guess what */
255 __u32 grayscale; /* != 0 Graylevels instead of colors */
262 __u32 nonstd; /* != 0 Non standard pixel format */
264 __u32 activate; /* see FB_ACTIVATE_* */
266 __u32 height; /* height of picture in mm */
267 __u32 width; /* width of picture in mm */
269 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
272 __u32 pixclock; /* pixel clock in ps (pico seconds) */
273 __u32 left_margin; /* time from sync to picture */
274 __u32 right_margin; /* time from picture to sync */
275 __u32 upper_margin; /* time from sync to picture */
276 __u32 lower_margin;
277 __u32 hsync_len; /* length of horizontal sync */
278 __u32 vsync_len; /* length of vertical sync */
279 __u32 sync; /* see FB_SYNC_* */
280 __u32 vmode; /* see FB_VMODE_* */
281 __u32 rotate; /* angle we rotate counter clockwise */
282 __u32 reserved[5]; /* Reserved for future compatibility */
286 __u32 start; /* First entry */
287 __u32 len; /* Number of entries */
295 __u32 console;
296 __u32 framebuffer;
334 __u32 flags; /* FB_VBLANK flags */
335 __u32 count; /* counter of retraces since boot */
336 __u32 vcount; /* current scanline position */
337 __u32 hcount; /* current scandot position */
338 __u32 reserved[4]; /* reserved for future compatibility */
346 __u32 dx;
347 __u32 dy;
348 __u32 width;
349 __u32 height;
350 __u32 sx;
351 __u32 sy;
355 __u32 dx; /* screen-relative */
356 __u32 dy;
357 __u32 width;
358 __u32 height;
359 __u32 color;
360 __u32 rop;
364 __u32 dx; /* Where to place image */
365 __u32 dy;
366 __u32 width; /* Size of image */
367 __u32 height;
368 __u32 fg_color; /* Only used when a mono bitmap */
369 __u32 bg_color;
451 __u32 redx; /* in fraction of 1024 */
452 __u32 greenx;
453 __u32 bluex;
454 __u32 whitex;
455 __u32 redy;
456 __u32 greeny;
457 __u32 bluey;
458 __u32 whitey;
468 __u32 modedb_len; /* mode database length */
469 __u32 model; /* Monitor Model */
470 __u32 serial; /* Serial Number - Integer */
471 __u32 year; /* Year manufactured */
472 __u32 week; /* Week Manufactured */
473 __u32 hfmin; /* hfreq lower limit (Hz) */
474 __u32 hfmax; /* hfreq upper limit (Hz) */
475 __u32 dclkmin; /* pixelclock lower limit (Hz) */
476 __u32 dclkmax; /* pixelclock upper limit (Hz) */
492 __u32 start; /* First entry */
493 __u32 len; /* Number of entries */
501 __u32 dx; /* Where to place image */
502 __u32 dy;
503 __u32 width; /* Size of image */
504 __u32 height;
505 __u32 fg_color; /* Only used when a mono bitmap */
506 __u32 bg_color;
713 __u32 width; /* width of each tile in pixels */
714 __u32 height; /* height of each tile in scanlines */
715 __u32 depth; /* color depth of each tile */
716 __u32 length; /* number of tiles in the map */
722 __u32 sx; /* origin in the x-axis */
723 __u32 sy; /* origin in the y-axis */
724 __u32 width; /* number of tiles in the x-axis */
725 __u32 height; /* number of tiles in the y-axis */
726 __u32 index; /* what tile to use: index to tile map */
727 __u32 fg; /* foreground color */
728 __u32 bg; /* background color */
729 __u32 rop; /* raster operation */
733 __u32 sx; /* source origin in the x-axis */
734 __u32 sy; /* source origin in the y-axis */
735 __u32 dx; /* destination origin in the x-axis */
736 __u32 dy; /* destination origin in the y-axis */
737 __u32 width; /* number of tiles in the x-axis */
738 __u32 height; /* number of tiles in the y-axis */
742 __u32 sx; /* origin in the x-axis */
743 __u32 sy; /* origin in the y-axis */
744 __u32 width; /* number of tiles in the x-axis */
745 __u32 height; /* number of tiles in the y-axis */
746 __u32 fg; /* foreground color */
747 __u32 bg; /* background color */
748 __u32 length; /* number of tiles to draw */
749 __u32 *indices; /* array of indices to tile map */
753 __u32 sx; /* cursor position in the x-axis */
754 __u32 sy; /* cursor position in the y-axis */
755 __u32 mode; /* 0 = erase, 1 = draw */
756 __u32 shape; /* see FB_TILE_CURSOR_* */
757 __u32 fg; /* foreground color */
758 __u32 bg; /* background color */