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
193 struct omap_bo *bo = NULL; in omap_bo_new_impl() local
255 drm_public struct omap_bo *omap_bo_ref(struct omap_bo *bo) in omap_bo_ref()
262 static int get_buffer_info(struct omap_bo *bo) in get_buffer_info()
284 struct omap_bo *bo = NULL; in omap_bo_from_name() local
318 struct omap_bo *bo = NULL; in omap_bo_from_dmabuf() local
347 drm_public void omap_bo_del(struct omap_bo *bo) in omap_bo_del()
377 drm_public int omap_bo_get_name(struct omap_bo *bo, uint32_t *name) in omap_bo_get_name()
398 drm_public uint32_t omap_bo_handle(struct omap_bo *bo) in omap_bo_handle()
406 drm_public int omap_bo_dmabuf(struct omap_bo *bo) in omap_bo_dmabuf()
425 drm_public uint32_t omap_bo_size(struct omap_bo *bo) in omap_bo_size()
433 drm_public void *omap_bo_map(struct omap_bo *bo) in omap_bo_map()
449 drm_public int omap_bo_cpu_prep(struct omap_bo *bo, enum omap_gem_op op) in omap_bo_cpu_prep()
459 drm_public int omap_bo_cpu_fini(struct omap_bo *bo, enum omap_gem_op op) in omap_bo_cpu_fini()