fb_tilecursor
static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
.fb_tilecursor = arkfb_tilecursor,
void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor)
struct fb_tilecursor cursor;
info->tileops->fb_tilecursor(info, &cursor);
static void s3fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
.fb_tilecursor = s3fb_tilecursor,
.fb_tilecursor = s3fb_tilecursor,
static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
.fb_tilecursor = vt8623fb_tilecursor,
void (*fb_tilecursor)(struct fb_info *info,
struct fb_tilecursor *cursor);
void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);