Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A 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()
H A Dfbcon.c693 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dvt8623fb.c386 info->tileops = NULL; in vt8623fb_set_par()
404 info->tileops = &vt8623fb_tile_ops; in vt8623fb_set_par()
H A Darkfb.c626 info->tileops = NULL; in arkfb_set_par()
639 info->tileops = &arkfb_tile_ops; in arkfb_set_par()
H A Ds3fb.c614 info->tileops = NULL; in s3fb_set_par()
627 info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops; in s3fb_set_par()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h478 struct fb_tile_ops *tileops; /* Tile Blitting */ member