• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/

Lines Matching refs:fb_info

16  *  First the roles of struct fb_info and struct display have changed. Struct
19 * struct vc_data to data in a device independent way in struct fb_info. Then
21 * dependent state in the par field in struct fb_info and to change the
33 * fb_var_screeninfo and other data in fb_info pretty much eliminates the
102 * struct fb_info. Now the struct xxx_par represents the graphics
105 * every struct fb_info that represents a framebuffer on that card.
114 * fb_info. Their you would want to have *par point to a array of device
126 static struct fb_info info;
150 static int xxxfb_open(struct fb_info *info, int user)
169 static int xxxfb_release(struct fb_info *info, int user)
181 * This means the data stored in struct fb_info and struct xxx_par do
182 * not change. This includes the var inside of struct fb_info.
210 static int xxxfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
220 * Using the fb_var_screeninfo in fb_info we set the resolution of the
222 * fb_fix_screeninfo stored in fb_info. It doesn't not alter var in
223 * fb_info since we are using that data. This means we depend on the
224 * data in var inside fb_info to be supported by the hardware.
242 * struct fb_info *info)
248 * static int xxxfb_set_par(struct fb_info *info)
255 static int xxxfb_set_par(struct fb_info *info)
276 * which we store the value in pseudo_palette in struct fb_info. For
286 struct fb_info *info)
426 struct fb_info *info)
464 static int xxxfb_blank(int blank_mode, struct fb_info *info)
493 void xxxfb_fillrect(struct fb_info *p, const struct fb_fillrect *region)
519 void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area)
544 void xxxfb_imageblit(struct fb_info *p, const struct fb_image *image)
580 int xxxfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
627 void xxxfb_rotate(struct fb_info *info, int angle)
644 int xxxfb_sync(struct fb_info *info)
684 struct fb_info *info;
842 struct fb_info *info = pci_get_drvdata(dev);
864 struct fb_info *info = pci_get_drvdata(dev);
879 struct fb_info *info = pci_get_drvdata(dev);
943 struct fb_info *info = platform_get_drvdata(dev);
958 struct fb_info *info = platform_get_drvdata(dev);