Searched refs:fb_tilecursor (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | tileblit.c | 86 struct fb_tilecursor cursor; in tile_cursor() 117 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
|
D | svgalib.c | 302 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor) in svga_tilecursor()
|
/kernel/linux/linux-5.10/include/linux/ |
D | svga.h | 113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
|
D | fb.h | 346 struct fb_tilecursor { struct 368 void (*fb_tilecursor)(struct fb_info *info, argument 369 struct fb_tilecursor *cursor);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | vt8623fb.c | 114 static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in vt8623fb_tilecursor() 126 .fb_tilecursor = vt8623fb_tilecursor,
|
D | s3fb.c | 312 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,
|
D | arkfb.c | 147 static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in arkfb_tilecursor() 159 .fb_tilecursor = arkfb_tilecursor,
|