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

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

Completed in 99 milliseconds