Lines Matching defs:bo
163 struct omap_bo *bo = NULL; in lookup_bo() local
175 struct omap_bo *bo = calloc(sizeof(*bo), 1); in bo_from_handle() local
196 struct omap_bo *bo = NULL; in omap_bo_new_impl() local
258 drm_public struct omap_bo *omap_bo_ref(struct omap_bo *bo) in omap_bo_ref()
265 static int get_buffer_info(struct omap_bo *bo) in get_buffer_info()
287 struct omap_bo *bo = NULL; in omap_bo_from_name() local
321 struct omap_bo *bo = NULL; in omap_bo_from_dmabuf() local
350 drm_public void omap_bo_del(struct omap_bo *bo) in omap_bo_del()
383 drm_public int omap_bo_get_name(struct omap_bo *bo, uint32_t *name) in omap_bo_get_name()
404 drm_public uint32_t omap_bo_handle(struct omap_bo *bo) in omap_bo_handle()
412 drm_public int omap_bo_dmabuf(struct omap_bo *bo) in omap_bo_dmabuf()
431 drm_public uint32_t omap_bo_size(struct omap_bo *bo) in omap_bo_size()
439 drm_public void *omap_bo_map(struct omap_bo *bo) in omap_bo_map()
455 drm_public int omap_bo_cpu_prep(struct omap_bo *bo, enum omap_gem_op op) in omap_bo_cpu_prep()
465 drm_public int omap_bo_cpu_fini(struct omap_bo *bo, enum omap_gem_op op) in omap_bo_cpu_fini()