Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/console/
Dtileblit.c85 struct fb_tilecursor cursor; in tile_cursor()
116 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
/linux-4.1.27/include/linux/
Dsvga.h112 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
Dfb.h358 struct fb_tilecursor { struct
380 void (*fb_tilecursor)(struct fb_info *info, member
381 struct fb_tilecursor *cursor);
/linux-4.1.27/drivers/video/fbdev/
Dvt8623fb.c124 static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in vt8623fb_tilecursor()
136 .fb_tilecursor = vt8623fb_tilecursor,
Ds3fb.c323 static void s3fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in s3fb_tilecursor()
335 .fb_tilecursor = s3fb_tilecursor,
344 .fb_tilecursor = s3fb_tilecursor,
Darkfb.c160 static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in arkfb_tilecursor()
172 .fb_tilecursor = arkfb_tilecursor,
/linux-4.1.27/drivers/video/fbdev/core/
Dsvgalib.c302 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor) in svga_tilecursor()