Lines Matching refs:bdev
80 int (*ttm_tt_populate)(struct ttm_bo_device *bdev,
91 void (*ttm_tt_unpopulate)(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
105 int (*ttm_tt_bind)(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct ttm_resource *bo_mem);
116 void (*ttm_tt_unbind)(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
127 void (*ttm_tt_destroy)(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
208 int (*io_mem_reserve)(struct ttm_bo_device *bdev,
210 void (*io_mem_free)(struct ttm_bo_device *bdev,
355 static inline struct ttm_resource_manager *ttm_manager_type(struct ttm_bo_device *bdev, in ttm_manager_type() argument
358 return bdev->man_drv[mem_type]; in ttm_manager_type()
361 static inline void ttm_set_driver_manager(struct ttm_bo_device *bdev, in ttm_set_driver_manager() argument
365 bdev->man_drv[type] = manager; in ttm_set_driver_manager()
424 int ttm_bo_device_release(struct ttm_bo_device *bdev);
442 int ttm_bo_device_init(struct ttm_bo_device *bdev,
582 int ttm_mem_io_reserve(struct ttm_bo_device *bdev,
584 void ttm_mem_io_free(struct ttm_bo_device *bdev,
710 int ttm_range_man_init(struct ttm_bo_device *bdev,
722 int ttm_range_man_fini(struct ttm_bo_device *bdev,