Searched refs:svga_tilefill (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | svga.h | 111 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | svga.h | 111 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | svgalib.c | 256 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect) in svga_tilefill() function 660 EXPORT_SYMBOL(svga_tilefill); variable
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | svgalib.c | 257 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect) in svga_tilefill() function 655 EXPORT_SYMBOL(svga_tilefill); variable
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | s3fb.c | 322 .fb_tilefill = svga_tilefill, 331 .fb_tilefill = svga_tilefill,
|
H A D | arkfb.c | 157 .fb_tilefill = svga_tilefill,
|
H A D | vt8623fb.c | 124 .fb_tilefill = svga_tilefill,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | s3fb.c | 323 .fb_tilefill = svga_tilefill, 332 .fb_tilefill = svga_tilefill,
|
H A D | arkfb.c | 158 .fb_tilefill = svga_tilefill,
|
H A D | vt8623fb.c | 125 .fb_tilefill = svga_tilefill,
|
Completed in 16 milliseconds