Lines Matching defs:fb_info

446 struct fb_info {  struct
447 refcount_t count;
448 int node;
449 int flags;
454 int fbcon_rotate_hint;
455 struct mutex lock; /* Lock for open/release/ioctl funcs */
456 struct mutex mm_lock; /* Lock for fb_mmap and smem_* fields */
457 struct fb_var_screeninfo var; /* Current var */
458 struct fb_fix_screeninfo fix; /* Current fix */
459 struct fb_monspecs monspecs; /* Current Monitor specs */
460 struct fb_pixmap pixmap; /* Image hardware mapper */
461 struct fb_pixmap sprite; /* Cursor hardware mapper */
462 struct fb_cmap cmap; /* Current cmap */
463 struct list_head modelist; /* mode list */
464 struct fb_videomode *mode; /* current mode */
470 struct backlight_device *bl_dev;
473 struct mutex bl_curve_mutex;
474 u8 bl_curve[FB_BACKLIGHT_LEVELS];
477 struct delayed_work deferred_work;
478 unsigned long npagerefs;
479 struct fb_deferred_io_pageref *pagerefs;
480 struct fb_deferred_io *fbdefio;
483 const struct fb_ops *fbops;
484 struct device *device; /* This is the parent */
485 struct device *dev; /* This is this fb device */
486 int class_flag; /* private sysfs flags */
488 struct fb_tile_ops *tileops; /* Tile Blitting */
490 union {
494 unsigned long screen_size; /* Amount of ioremapped VRAM or 0 */
495 void *pseudo_palette; /* Fake palette of 16 colors */
498 u32 state; /* Hardware state i.e suspend */
499 void *fbcon_par; /* fbcon use-only private area */
501 void *par;
505 struct apertures_struct {
511 } *apertures;
513 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, ...) \ macro
815 #define fb_dbg(fb_info, fmt, ...) \ argument