Lines Matching refs:maplist
45 list_for_each_entry(entry, &dev->maplist, head) { in drm_find_matching_map()
137 struct drm_map_list ** maplist) in drm_addmap_core() argument
204 *maplist = list; in drm_addmap_core()
237 *maplist = list; in drm_addmap_core()
340 list_add(&list->head, &dev->maplist); in drm_addmap_core()
362 *maplist = list; in drm_addmap_core()
395 struct drm_map_list *maplist; in drm_legacy_addmap_ioctl() local
402 map->flags, &maplist); in drm_legacy_addmap_ioctl()
408 map->handle = (void *)(unsigned long)maplist->user_token; in drm_legacy_addmap_ioctl()
439 list_for_each_entry_safe(r_list, list_t, &dev->maplist, head) { in drm_legacy_rmmap_locked()
523 list_for_each_entry(r_list, &dev->maplist, head) { in drm_legacy_rmmap_ioctl()
535 if (list_empty(&dev->maplist) || !map) { in drm_legacy_rmmap_ioctl()
1468 list_for_each_entry(entry, &dev->maplist, head) { in drm_legacy_getsarea()