Lines Matching refs:ttm
57 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
67 int (*unbind) (struct ttm_tt *ttm);
77 void (*destroy) (struct ttm_tt *ttm);
145 struct ttm_tt ttm; member
345 int (*ttm_tt_populate)(struct ttm_tt *ttm);
354 void (*ttm_tt_unpopulate)(struct ttm_tt *ttm);
579 extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
593 extern void ttm_tt_fini(struct ttm_tt *ttm);
604 extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
613 extern void ttm_tt_destroy(struct ttm_tt *ttm);
622 extern void ttm_tt_unbind(struct ttm_tt *ttm);
631 extern int ttm_tt_swapin(struct ttm_tt *ttm);
646 extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
647 extern int ttm_tt_swapout(struct ttm_tt *ttm,
657 extern void ttm_tt_unpopulate(struct ttm_tt *ttm);
1055 int ttm_agp_tt_populate(struct ttm_tt *ttm);
1056 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm);