Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/fbdev/core/
Dtileblit.c85 struct fb_tilecursor cursor; in tile_cursor()
116 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
Dsvgalib.c302 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor) in svga_tilecursor()
/Linux-v5.15/include/linux/
Dfb.h347 struct fb_tilecursor { struct
369 void (*fb_tilecursor)(struct fb_info *info, argument
370 struct fb_tilecursor *cursor);
Dsvga.h113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
/Linux-v5.15/drivers/video/fbdev/
Dvt8623fb.c114 static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in vt8623fb_tilecursor()
126 .fb_tilecursor = vt8623fb_tilecursor,
Ds3fb.c312 static void s3fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in s3fb_tilecursor()
324 .fb_tilecursor = s3fb_tilecursor,
333 .fb_tilecursor = s3fb_tilecursor,
Darkfb.c147 static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in arkfb_tilecursor()
159 .fb_tilecursor = arkfb_tilecursor,