ttm_tt            149 include/drm/ttm/ttm_bo_api.h struct ttm_tt;
ttm_tt            220 include/drm/ttm/ttm_bo_api.h 	struct ttm_tt *ttm;
ttm_tt             57 include/drm/ttm/ttm_bo_driver.h 	int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
ttm_tt             67 include/drm/ttm/ttm_bo_driver.h 	int (*unbind) (struct ttm_tt *ttm);
ttm_tt             77 include/drm/ttm/ttm_bo_driver.h 	void (*destroy) (struct ttm_tt *ttm);
ttm_tt            145 include/drm/ttm/ttm_bo_driver.h 	struct ttm_tt ttm;
ttm_tt            331 include/drm/ttm/ttm_bo_driver.h 	struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev,
ttm_tt            345 include/drm/ttm/ttm_bo_driver.h 	int (*ttm_tt_populate)(struct ttm_tt *ttm);
ttm_tt            354 include/drm/ttm/ttm_bo_driver.h 	void (*ttm_tt_unpopulate)(struct ttm_tt *ttm);
ttm_tt            579 include/drm/ttm/ttm_bo_driver.h extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
ttm_tt            593 include/drm/ttm/ttm_bo_driver.h extern void ttm_tt_fini(struct ttm_tt *ttm);
ttm_tt            604 include/drm/ttm/ttm_bo_driver.h extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
ttm_tt            613 include/drm/ttm/ttm_bo_driver.h extern void ttm_tt_destroy(struct ttm_tt *ttm);
ttm_tt            622 include/drm/ttm/ttm_bo_driver.h extern void ttm_tt_unbind(struct ttm_tt *ttm);
ttm_tt            631 include/drm/ttm/ttm_bo_driver.h extern int ttm_tt_swapin(struct ttm_tt *ttm);
ttm_tt            646 include/drm/ttm/ttm_bo_driver.h extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
ttm_tt            647 include/drm/ttm/ttm_bo_driver.h extern int ttm_tt_swapout(struct ttm_tt *ttm,
ttm_tt            657 include/drm/ttm/ttm_bo_driver.h extern void ttm_tt_unpopulate(struct ttm_tt *ttm);
ttm_tt           1051 include/drm/ttm/ttm_bo_driver.h extern struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
ttm_tt           1055 include/drm/ttm/ttm_bo_driver.h int ttm_agp_tt_populate(struct ttm_tt *ttm);
ttm_tt           1056 include/drm/ttm/ttm_bo_driver.h void ttm_agp_tt_unpopulate(struct ttm_tt *ttm);
ttm_tt             50 include/drm/ttm/ttm_page_alloc.h extern int ttm_pool_populate(struct ttm_tt *ttm);
ttm_tt             59 include/drm/ttm/ttm_page_alloc.h extern void ttm_pool_unpopulate(struct ttm_tt *ttm);