Lines Matching defs:omap_bo
58 * dmabuf's because we don't want multiple 'struct omap_bo's
61 * valid, and the remaining 'struct omap_bo's are left pointing
69 struct omap_bo {
160 static struct omap_bo * lookup_bo(struct omap_device *dev,
163 struct omap_bo *bo = NULL;
172 static struct omap_bo * bo_from_handle(struct omap_device *dev,
175 struct omap_bo *bo = calloc(sizeof(*bo), 1);
190 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev,
193 struct omap_bo *bo = NULL;
226 drm_public struct omap_bo *
239 drm_public struct omap_bo *
255 drm_public struct omap_bo *omap_bo_ref(struct omap_bo *bo)
262 static int get_buffer_info(struct omap_bo *bo)
281 drm_public struct omap_bo *
284 struct omap_bo *bo = NULL;
313 * with it (even if it is still using the 'struct omap_bo *')
315 drm_public struct omap_bo *
318 struct omap_bo *bo = NULL;
347 drm_public void omap_bo_del(struct omap_bo *bo)
377 drm_public int omap_bo_get_name(struct omap_bo *bo, uint32_t *name)
398 drm_public uint32_t omap_bo_handle(struct omap_bo *bo)
406 drm_public int omap_bo_dmabuf(struct omap_bo *bo)
425 drm_public uint32_t omap_bo_size(struct omap_bo *bo)
433 drm_public void *omap_bo_map(struct omap_bo *bo)
449 drm_public int omap_bo_cpu_prep(struct omap_bo *bo, enum omap_gem_op op)
459 drm_public int omap_bo_cpu_fini(struct omap_bo *bo, enum omap_gem_op op)