Home
last modified time | relevance | path

Searched refs:tileops (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dtileblit.c32 info->tileops->fb_tilecopy(info, &area); in tile_bmove()
52 info->tileops->fb_tilefill(info, &rect); in tile_clear()
74 info->tileops->fb_tileblit(info, &blit); in tile_putcs()
117 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
151 info->tileops->fb_settile(info, &map); in fbcon_set_tileops()
Dfbcon.c693 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dvt8623fb.c386 info->tileops = NULL; in vt8623fb_set_par()
404 info->tileops = &vt8623fb_tile_ops; in vt8623fb_set_par()
Darkfb.c626 info->tileops = NULL; in arkfb_set_par()
639 info->tileops = &arkfb_tile_ops; in arkfb_set_par()
Ds3fb.c614 info->tileops = NULL; in s3fb_set_par()
627 info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops; in s3fb_set_par()
/kernel/linux/linux-5.10/include/linux/
Dfb.h478 struct fb_tile_ops *tileops; /* Tile Blitting */ member