Lines Matching defs:fb_info
840 struct fb_info { struct
841 atomic_t count;
842 int node;
843 int flags;
844 struct mutex lock; /* Lock for open/release/ioctl funcs */
845 struct mutex mm_lock; /* Lock for fb_mmap and smem_* fields */
846 struct fb_var_screeninfo var; /* Current var */
847 struct fb_fix_screeninfo fix; /* Current fix */
848 struct fb_monspecs monspecs; /* Current Monitor specs */
849 struct work_struct queue; /* Framebuffer event queue */
850 struct fb_pixmap pixmap; /* Image hardware mapper */
851 struct fb_pixmap sprite; /* Cursor hardware mapper */
852 struct fb_cmap cmap; /* Current cmap */
853 struct list_head modelist; /* mode list */
854 struct fb_videomode *mode; /* current mode */
860 struct backlight_device *bl_dev;
863 struct mutex bl_curve_mutex;
864 u8 bl_curve[FB_BACKLIGHT_LEVELS];
867 struct delayed_work deferred_work;
868 struct fb_deferred_io *fbdefio;
871 struct fb_ops *fbops;
872 struct device *device; /* This is the parent */
873 struct device *dev; /* This is this fb device */
874 int class_flag; /* private sysfs flags */
876 struct fb_tile_ops *tileops; /* Tile Blitting */
878 char __iomem *screen_base; /* Virtual address */
879 unsigned long screen_size; /* Amount of ioremapped VRAM or 0 */
880 void *pseudo_palette; /* Fake palette of 16 colors */
883 u32 state; /* Hardware state i.e suspend */
884 void *fbcon_par; /* fbcon use-only private area */
886 void *par;
890 struct apertures_struct {
896 } *apertures;