Lines Matching defs:bo
36 static void set_name(struct fd_bo *bo, uint32_t name) in set_name()
46 struct fd_bo *bo = NULL; in lookup_bo() local
61 struct fd_bo *bo; in bo_from_handle() local
85 struct fd_bo *bo = NULL; in bo_new() local
109 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); in fd_bo_new() local
123 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring() local
132 struct fd_bo *bo = NULL; in fd_bo_from_handle() local
155 struct fd_bo *bo; in fd_bo_from_dmabuf() local
187 struct fd_bo *bo; in fd_bo_from_name() local
217 drm_public uint64_t fd_bo_get_iova(struct fd_bo *bo) in fd_bo_get_iova()
222 drm_public void fd_bo_put_iova(struct fd_bo *bo) in fd_bo_put_iova()
227 drm_public struct fd_bo * fd_bo_ref(struct fd_bo *bo) in fd_bo_ref()
233 drm_public void fd_bo_del(struct fd_bo *bo) in fd_bo_del()
254 drm_private void bo_del(struct fd_bo *bo) in bo_del()
278 drm_public int fd_bo_get_name(struct fd_bo *bo, uint32_t *name) in fd_bo_get_name()
302 drm_public uint32_t fd_bo_handle(struct fd_bo *bo) in fd_bo_handle()
307 drm_public int fd_bo_dmabuf(struct fd_bo *bo) in fd_bo_dmabuf()
323 drm_public uint32_t fd_bo_size(struct fd_bo *bo) in fd_bo_size()
328 drm_public void * fd_bo_map(struct fd_bo *bo) in fd_bo_map()
350 drm_public int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep()
355 drm_public void fd_bo_cpu_fini(struct fd_bo *bo) in fd_bo_cpu_fini()