Searched refs:fb_tilecursor (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c85 struct fb_tilecursor cursor;
116 info->tileops->fb_tilecursor(info, &cursor);
H A Dsvgalib.c303 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor)
/linux-master/include/linux/
H A Dsvga.h113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
H A Dfb.h364 struct fb_tilecursor { struct
386 void (*fb_tilecursor)(struct fb_info *info, member in struct:fb_tile_ops
387 struct fb_tilecursor *cursor);
/linux-master/drivers/video/fbdev/
H A Dvt8623fb.c115 static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
127 .fb_tilecursor = vt8623fb_tilecursor,
H A Ds3fb.c312 static void s3fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
324 .fb_tilecursor = s3fb_tilecursor,
333 .fb_tilecursor = s3fb_tilecursor,
H A Darkfb.c148 static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
160 .fb_tilecursor = arkfb_tilecursor,

Completed in 246 milliseconds