D | sbusfb.h | 86 struct fb_info_sbusfb { struct 122 void (*setcursor)(struct fb_info_sbusfb *); argument 123 void (*setcurshape)(struct fb_info_sbusfb *); argument 124 void (*setcursormap)(struct fb_info_sbusfb *, unsigned char *, unsigned char *, unsigned char *); argument 125 void (*loadcmap)(struct fb_info_sbusfb *, struct display *, int, int); argument 126 void (*blank)(struct fb_info_sbusfb *); argument 127 void (*unblank)(struct fb_info_sbusfb *); argument 128 void (*margins)(struct fb_info_sbusfb *, struct display *, int, int); argument 129 void (*reset)(struct fb_info_sbusfb *); argument 130 void (*fill)(struct fb_info_sbusfb *, struct display *, int, int, unsigned short *); argument [all …]
|