Lines Matching refs:ast_bo
98 struct ast_bo *bo; in ast_bo_ttm_destroy()
100 bo = container_of(tbo, struct ast_bo, bo); in ast_bo_ttm_destroy()
141 struct ast_bo *astbo = ast_bo(bo); in ast_bo_evict_flags()
152 struct ast_bo *astbo = ast_bo(bo); in ast_bo_verify_access()
278 void ast_ttm_placement(struct ast_bo *bo, int domain) in ast_ttm_placement()
300 uint32_t flags, struct ast_bo **pastbo) in ast_bo_create()
303 struct ast_bo *astbo; in ast_bo_create()
307 astbo = kzalloc(sizeof(struct ast_bo), GFP_KERNEL); in ast_bo_create()
320 sizeof(struct ast_bo)); in ast_bo_create()
336 static inline u64 ast_bo_gpu_offset(struct ast_bo *bo) in ast_bo_gpu_offset()
341 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr) in ast_bo_pin()
365 int ast_bo_unpin(struct ast_bo *bo) in ast_bo_unpin()
382 int ast_bo_push_sysram(struct ast_bo *bo) in ast_bo_push_sysram()