Lines Matching defs:fb_info
437 struct fb_info { struct
438 atomic_t count;
439 int node;
440 int flags;
445 int fbcon_rotate_hint;
446 struct mutex lock; /* Lock for open/release/ioctl funcs */
447 struct mutex mm_lock; /* Lock for fb_mmap and smem_* fields */
448 struct fb_var_screeninfo var; /* Current var */
449 struct fb_fix_screeninfo fix; /* Current fix */
450 struct fb_monspecs monspecs; /* Current Monitor specs */
451 struct work_struct queue; /* Framebuffer event queue */
452 struct fb_pixmap pixmap; /* Image hardware mapper */
453 struct fb_pixmap sprite; /* Cursor hardware mapper */
454 struct fb_cmap cmap; /* Current cmap */
455 struct list_head modelist; /* mode list */
456 struct fb_videomode *mode; /* current mode */
462 struct backlight_device *bl_dev;
465 struct mutex bl_curve_mutex;
466 u8 bl_curve[FB_BACKLIGHT_LEVELS];
469 struct delayed_work deferred_work;
470 struct fb_deferred_io *fbdefio;
473 const struct fb_ops *fbops;
474 struct device *device; /* This is the parent */
475 struct device *dev; /* This is this fb device */
476 int class_flag; /* private sysfs flags */
478 struct fb_tile_ops *tileops; /* Tile Blitting */
480 union {
484 unsigned long screen_size; /* Amount of ioremapped VRAM or 0 */
485 void *pseudo_palette; /* Fake palette of 16 colors */
488 u32 state; /* Hardware state i.e suspend */
489 void *fbcon_par; /* fbcon use-only private area */
491 void *par;
495 struct apertures_struct {
501 } *apertures;
503 bool skip_vt_switch; /* no VT switch on suspend/resume required */
807 #define fb_err(fb_info, fmt, ...) \ argument
811 #define fb_warn(fb_info, fmt, ...) \ argument
813 #define fb_info(fb_info, fmt, ...) \ argument
815 #define fb_dbg(fb_info, fmt, ...) \ argument