Searched refs:fb_tilecursor (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | tileblit.c | 85 struct fb_tilecursor cursor; in tile_cursor() 116 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
|
A D | svgalib.c | 302 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor) in svga_tilecursor()
|
/linux-6.3-rc2/include/linux/ |
A D | fb.h | 354 struct fb_tilecursor { struct 376 void (*fb_tilecursor)(struct fb_info *info, argument 377 struct fb_tilecursor *cursor);
|
A D | svga.h | 113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | vt8623fb.c | 115 static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in vt8623fb_tilecursor() 127 .fb_tilecursor = vt8623fb_tilecursor,
|
A D | s3fb.c | 313 static void s3fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in s3fb_tilecursor() 325 .fb_tilecursor = s3fb_tilecursor, 334 .fb_tilecursor = s3fb_tilecursor,
|
A D | arkfb.c | 148 static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in arkfb_tilecursor() 160 .fb_tilecursor = arkfb_tilecursor,
|
Completed in 15 milliseconds