tileops           626 drivers/video/fbdev/arkfb.c 		info->tileops = NULL;
tileops           639 drivers/video/fbdev/arkfb.c 		info->tileops = &arkfb_tile_ops;
tileops           712 drivers/video/fbdev/core/fbcon.c 	    info->tileops->fb_get_tilemax(info) < charcount)
tileops            31 drivers/video/fbdev/core/tileblit.c 	info->tileops->fb_tilecopy(info, &area);
tileops            51 drivers/video/fbdev/core/tileblit.c 	info->tileops->fb_tilefill(info, &rect);
tileops            73 drivers/video/fbdev/core/tileblit.c 	info->tileops->fb_tileblit(info, &blit);
tileops           116 drivers/video/fbdev/core/tileblit.c 	info->tileops->fb_tilecursor(info, &cursor);
tileops           150 drivers/video/fbdev/core/tileblit.c 		info->tileops->fb_settile(info, &map);
tileops           614 drivers/video/fbdev/s3fb.c 		info->tileops = NULL;
tileops           627 drivers/video/fbdev/s3fb.c 		info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops;
tileops           386 drivers/video/fbdev/vt8623fb.c 		info->tileops = NULL;
tileops           404 drivers/video/fbdev/vt8623fb.c 		info->tileops = &vt8623fb_tile_ops;
tileops           480 include/linux/fb.h 	struct fb_tile_ops *tileops;    /* Tile Blitting */