Lines Matching defs:handle
34 .handle = bo->handle,
65 .handle = bo->handle,
241 * release before the GEM handle is closed (ie. detach_resource()
262 bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle)
281 bo->handle = handle;
287 .bo_handle = handle,
305 /* allocate a new buffer object from existing handle */
307 virtio_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle)
309 struct fd_bo *bo = bo_from_handle(dev, size, handle);