Searched refs:tileops (Results 1 – 6 of 6) sorted by relevance
32 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()
693 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount()
386 info->tileops = NULL; in vt8623fb_set_par()404 info->tileops = &vt8623fb_tile_ops; in vt8623fb_set_par()
626 info->tileops = NULL; in arkfb_set_par()639 info->tileops = &arkfb_tile_ops; in arkfb_set_par()
614 info->tileops = NULL; in s3fb_set_par()627 info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops; in s3fb_set_par()
478 struct fb_tile_ops *tileops; /* Tile Blitting */ member