Lines Matching defs:handle
223 entry->handle = (unsigned long)memory->key + 1;
229 request->handle = entry->handle;
246 * Search for the AGP memory entry associated with a handle.
249 * \param handle AGP memory handle.
250 * \return pointer to the drm_agp_mem structure associated with \p handle.
252 * Walks through drm_agp_head::memory until finding a matching handle.
255 unsigned long handle)
260 if (entry->handle == handle)
285 entry = drm_agp_lookup_entry(dev, request->handle);
325 entry = drm_agp_lookup_entry(dev, request->handle);
368 entry = drm_agp_lookup_entry(dev, request->handle);