Searched defs:drm_magic_entry (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_auth.c39 struct drm_magic_entry { struct
58 struct drm_magic_entry *pt;
64 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item);
78 * Creates a drm_magic_entry structure and appends to the linked list
85 struct drm_magic_entry *entry;
113 struct drm_magic_entry *pt;
124 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item);
147 * struct drm_file::magic and struct drm_magic_entry::priv.
186 * struct drm_file::magic and struct drm_magic_entry::priv.

Completed in 37 milliseconds