Lines Matching refs:bdev
87 int (*ttm_tt_populate)(struct ttm_device *bdev,
98 void (*ttm_tt_unpopulate)(struct ttm_device *bdev,
110 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm);
172 int (*io_mem_reserve)(struct ttm_device *bdev,
174 void (*io_mem_free)(struct ttm_device *bdev,
288 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx,
292 ttm_manager_type(struct ttm_device *bdev, int mem_type) in ttm_manager_type() argument
296 return bdev->man_drv[mem_type]; in ttm_manager_type()
299 static inline void ttm_set_driver_manager(struct ttm_device *bdev, int type, in ttm_set_driver_manager() argument
303 bdev->man_drv[type] = manager; in ttm_set_driver_manager()
306 int ttm_device_init(struct ttm_device *bdev, struct ttm_device_funcs *funcs,
310 void ttm_device_fini(struct ttm_device *bdev);
311 void ttm_device_clear_dma_mappings(struct ttm_device *bdev);