Lines Matching refs:omap_bo
62 * dmabuf's because we don't want multiple 'struct omap_bo's
65 * valid, and the remaining 'struct omap_bo's are left pointing
73 struct omap_bo {
164 static struct omap_bo * lookup_bo(struct omap_device *dev,
167 struct omap_bo *bo = NULL;
176 static struct omap_bo * bo_from_handle(struct omap_device *dev,
179 struct omap_bo *bo = calloc(sizeof(*bo), 1);
197 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev,
200 struct omap_bo *bo = NULL;
233 struct omap_bo *
246 struct omap_bo *
262 struct omap_bo *omap_bo_ref(struct omap_bo *bo)
269 static int get_buffer_info(struct omap_bo *bo)
288 struct omap_bo *
291 struct omap_bo *bo = NULL;
320 * with it (even if it is still using the 'struct omap_bo *')
322 struct omap_bo *
325 struct omap_bo *bo = NULL;
354 void omap_bo_del(struct omap_bo *bo)
387 int omap_bo_get_name(struct omap_bo *bo, uint32_t *name)
408 uint32_t omap_bo_handle(struct omap_bo *bo)
416 int omap_bo_dmabuf(struct omap_bo *bo)
435 uint32_t omap_bo_size(struct omap_bo *bo)
443 void *omap_bo_map(struct omap_bo *bo)
459 int omap_bo_cpu_prep(struct omap_bo *bo, enum omap_gem_op op)
469 int omap_bo_cpu_fini(struct omap_bo *bo, enum omap_gem_op op)