Lines Matching refs:man
70 int (*alloc)(struct ttm_resource_manager *man,
85 void (*free)(struct ttm_resource_manager *man,
98 void (*debug)(struct ttm_resource_manager *man,
190 ttm_resource_manager_set_used(struct ttm_resource_manager *man, bool used) in ttm_resource_manager_set_used() argument
192 man->use_type = used; in ttm_resource_manager_set_used()
204 static inline bool ttm_resource_manager_used(struct ttm_resource_manager *man) in ttm_resource_manager_used() argument
206 return man->use_type; in ttm_resource_manager_used()
217 ttm_resource_manager_cleanup(struct ttm_resource_manager *man) in ttm_resource_manager_cleanup() argument
219 dma_fence_put(man->move); in ttm_resource_manager_cleanup()
220 man->move = NULL; in ttm_resource_manager_cleanup()
228 void ttm_resource_manager_init(struct ttm_resource_manager *man,
232 struct ttm_resource_manager *man);
234 void ttm_resource_manager_debug(struct ttm_resource_manager *man,