Lines Matching full:handle
120 bo->handle = req.handle;
133 uint32_t handle, uint32_t flags, uint32_t size)
150 bo->handle = handle;
170 if (bo->handle) {
172 .handle = bo->handle,
217 bo->handle = req.handle;
227 * Get a gem global object name from a gem object handle.
229 * @bo: a rockchip buffer object including gem handle.
233 * handle to a buffer that wants to share it with another process.
241 .handle = bo->handle,
262 return bo->handle;
268 * @bo: a rockchip buffer object including a gem object handle to be mmapped
278 .handle = bo->handle,