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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_auth.c44 * Searches in drm_device::magiclist within all files with the same hash key
55 if (!drm_ht_find_item(&dev->magiclist, (unsigned long)magic, &hash)) {
71 * associated the magic number hash key in drm_device::magiclist, while holding
89 drm_ht_insert_item(&dev->magiclist, &entry->hash_item);
102 * Searches and unlinks the entry in drm_device::magiclist with the magic
113 if (drm_ht_find_item(&dev->magiclist, (unsigned long)magic, &hash)) {
118 drm_ht_remove_item(&dev->magiclist, hash);
H A Ddrm_drv.c173 drm_ht_remove_item(&dev->magiclist, &pt->hash_item);
176 drm_ht_remove(&dev->magiclist);
H A Ddrm_fops.c79 drm_ht_create(&dev->magiclist, DRM_MAGIC_HASH_ORDER);
H A DdrmP.h672 drm_open_hash_t magiclist; /**< magic hash table */ member in struct:drm_device

Completed in 133 milliseconds