Lines Matching defs:bo
41 static void set_name(struct fd_bo *bo, uint32_t name) in set_name()
51 struct fd_bo *bo = NULL; in lookup_bo() local
66 struct fd_bo *bo; in bo_from_handle() local
96 struct fd_bo *bo; in fd_cleanup_bo_cache() local
130 static int is_idle(struct fd_bo *bo) in is_idle()
141 struct fd_bo *bo = NULL; in find_in_bucket() local
176 struct fd_bo *bo = NULL; in fd_bo_new() local
210 struct fd_bo *bo = NULL; in fd_bo_from_handle() local
231 struct fd_bo *bo; in fd_bo_from_dmabuf() local
260 struct fd_bo *bo; in fd_bo_from_name() local
288 struct fd_bo * fd_bo_ref(struct fd_bo *bo) in fd_bo_ref()
294 void fd_bo_del(struct fd_bo *bo) in fd_bo_del()
331 static void bo_del(struct fd_bo *bo) in bo_del()
353 int fd_bo_get_name(struct fd_bo *bo, uint32_t *name) in fd_bo_get_name()
377 uint32_t fd_bo_handle(struct fd_bo *bo) in fd_bo_handle()
382 int fd_bo_dmabuf(struct fd_bo *bo) in fd_bo_dmabuf()
398 uint32_t fd_bo_size(struct fd_bo *bo) in fd_bo_size()
403 void * fd_bo_map(struct fd_bo *bo) in fd_bo_map()
425 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep()
430 void fd_bo_cpu_fini(struct fd_bo *bo) in fd_bo_cpu_fini()