Lines Matching refs:omap_bo
69 struct omap_bo { struct
160 static struct omap_bo * lookup_bo(struct omap_device *dev, in lookup_bo()
163 struct omap_bo *bo = NULL; in lookup_bo()
172 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle()
175 struct omap_bo *bo = calloc(sizeof(*bo), 1); in bo_from_handle()
193 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev, in omap_bo_new_impl()
196 struct omap_bo *bo = NULL; in omap_bo_new_impl()
229 struct omap_bo *
242 struct omap_bo *
258 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()
284 struct omap_bo *
287 struct omap_bo *bo = NULL; in omap_bo_from_name()
318 struct omap_bo *
321 struct omap_bo *bo = NULL; in omap_bo_from_dmabuf()
350 void omap_bo_del(struct omap_bo *bo) in omap_bo_del()
383 int omap_bo_get_name(struct omap_bo *bo, uint32_t *name) in omap_bo_get_name()
404 uint32_t omap_bo_handle(struct omap_bo *bo) in omap_bo_handle()
412 int omap_bo_dmabuf(struct omap_bo *bo) in omap_bo_dmabuf()
431 uint32_t omap_bo_size(struct omap_bo *bo) in omap_bo_size()
439 void *omap_bo_map(struct omap_bo *bo) in omap_bo_map()
455 int omap_bo_cpu_prep(struct omap_bo *bo, enum omap_gem_op op) in omap_bo_cpu_prep()
465 int omap_bo_cpu_fini(struct omap_bo *bo, enum omap_gem_op op) in omap_bo_cpu_fini()