Lines Matching defs:handle
128 * initialized its state to able to handle the hotplug event successfully.
277 u32 format, u32 *handle)
299 obj = drm_gem_object_lookup(client->file, dumb_args.handle);
307 *handle = dumb_args.handle;
346 * convert the driver handle to a dma-buf instead and use the
395 u32 handle)
407 fb_req.handle = handle;
444 u32 handle;
448 &handle);
452 ret = drm_client_buffer_addfb(buffer, width, height, format, handle);
455 * The handle is only needed for creating the framebuffer, destroy it
460 drm_mode_destroy_dumb(client->dev, handle, client->file);