Lines Matching defs:fb_info
443 struct fb_info { struct
444 refcount_t count;
445 int node;
446 int flags;
451 int fbcon_rotate_hint;
452 struct mutex lock; /* Lock for open/release/ioctl funcs */
453 struct mutex mm_lock; /* Lock for fb_mmap and smem_* fields */
454 struct fb_var_screeninfo var; /* Current var */
455 struct fb_fix_screeninfo fix; /* Current fix */
456 struct fb_monspecs monspecs; /* Current Monitor specs */
457 struct fb_pixmap pixmap; /* Image hardware mapper */
458 struct fb_pixmap sprite; /* Cursor hardware mapper */
459 struct fb_cmap cmap; /* Current cmap */
460 struct list_head modelist; /* mode list */
461 struct fb_videomode *mode; /* current mode */
467 struct backlight_device *bl_dev;
470 struct mutex bl_curve_mutex;
471 u8 bl_curve[FB_BACKLIGHT_LEVELS];
474 struct delayed_work deferred_work;
475 unsigned long npagerefs;
476 struct fb_deferred_io_pageref *pagerefs;
477 struct fb_deferred_io *fbdefio;
480 const struct fb_ops *fbops;
481 struct device *device; /* This is the parent */
482 struct device *dev; /* This is this fb device */
483 int class_flag; /* private sysfs flags */
485 struct fb_tile_ops *tileops; /* Tile Blitting */
487 union {
491 unsigned long screen_size; /* Amount of ioremapped VRAM or 0 */
492 void *pseudo_palette; /* Fake palette of 16 colors */
495 u32 state; /* Hardware state i.e suspend */
496 void *fbcon_par; /* fbcon use-only private area */
498 void *par;
500 bool skip_vt_switch; /* no VT switch on suspend/resume required */
794 #define fb_err(fb_info, fmt, ...) \ argument
798 #define fb_warn(fb_info, fmt, ...) \ argument
800 #define fb_info(fb_info, fmt, ...) \ argument
802 #define fb_dbg(fb_info, fmt, ...) \ argument