Lines Matching defs:fb_info
439 struct fb_info { struct
440 atomic_t count;
441 int node;
442 int flags;
447 int fbcon_rotate_hint;
448 struct mutex lock; /* Lock for open/release/ioctl funcs */
449 struct mutex mm_lock; /* Lock for fb_mmap and smem_* fields */
450 struct fb_var_screeninfo var; /* Current var */
451 struct fb_fix_screeninfo fix; /* Current fix */
452 struct fb_monspecs monspecs; /* Current Monitor specs */
453 struct work_struct queue; /* Framebuffer event queue */
454 struct fb_pixmap pixmap; /* Image hardware mapper */
455 struct fb_pixmap sprite; /* Cursor hardware mapper */
456 struct fb_cmap cmap; /* Current cmap */
457 struct list_head modelist; /* mode list */
458 struct fb_videomode *mode; /* current mode */
464 struct backlight_device *bl_dev;
467 struct mutex bl_curve_mutex;
468 u8 bl_curve[FB_BACKLIGHT_LEVELS];
471 struct delayed_work deferred_work;
472 struct fb_deferred_io *fbdefio;
475 struct fb_ops *fbops;
476 struct device *device; /* This is the parent */
477 struct device *dev; /* This is this fb device */
478 int class_flag; /* private sysfs flags */
480 struct fb_tile_ops *tileops; /* Tile Blitting */
482 union {
486 unsigned long screen_size; /* Amount of ioremapped VRAM or 0 */
487 void *pseudo_palette; /* Fake palette of 16 colors */
490 u32 state; /* Hardware state i.e suspend */
491 void *fbcon_par; /* fbcon use-only private area */
493 void *par;
497 struct apertures_struct {
503 } *apertures;
505 bool skip_vt_switch; /* no VT switch on suspend/resume required */
808 #define fb_err(fb_info, fmt, ...) \ argument
812 #define fb_warn(fb_info, fmt, ...) \ argument
814 #define fb_info(fb_info, fmt, ...) \ argument
816 #define fb_dbg(fb_info, fmt, ...) \ argument