Searched refs:tileops (Results 1 – 6 of 6) sorted by relevance
31 info->tileops->fb_tilecopy(info, &area); in tile_bmove()51 info->tileops->fb_tilefill(info, &rect); in tile_clear()73 info->tileops->fb_tileblit(info, &blit); in tile_putcs()116 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()149 info->tileops->fb_settile(info, &map); in fbcon_set_tileops()
661 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount()
390 info->tileops = NULL; in vt8623fb_set_par()408 info->tileops = &vt8623fb_tile_ops; in vt8623fb_set_par()
622 info->tileops = NULL; in arkfb_set_par()635 info->tileops = &arkfb_tile_ops; in arkfb_set_par()
618 info->tileops = NULL; in s3fb_set_par()631 info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops; in s3fb_set_par()
488 struct fb_tile_ops *tileops; /* Tile Blitting */ member