Lines Matching refs:ast_bo
97 struct ast_bo *bo; in ast_bo_ttm_destroy()
99 bo = container_of(tbo, struct ast_bo, bo); in ast_bo_ttm_destroy()
140 struct ast_bo *astbo = ast_bo(bo); in ast_bo_evict_flags()
151 struct ast_bo *astbo = ast_bo(bo); in ast_bo_verify_access()
293 void ast_ttm_placement(struct ast_bo *bo, int domain) in ast_ttm_placement()
315 uint32_t flags, struct ast_bo **pastbo) in ast_bo_create()
318 struct ast_bo *astbo; in ast_bo_create()
322 astbo = kzalloc(sizeof(struct ast_bo), GFP_KERNEL); in ast_bo_create()
337 sizeof(struct ast_bo)); in ast_bo_create()
350 static inline u64 ast_bo_gpu_offset(struct ast_bo *bo) in ast_bo_gpu_offset()
355 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr) in ast_bo_pin()
378 int ast_bo_unpin(struct ast_bo *bo) in ast_bo_unpin()
398 int ast_bo_push_sysram(struct ast_bo *bo) in ast_bo_push_sysram()