Lines Matching refs:maplist
43 list_for_each_entry(entry, &dev->maplist, head) { in drm_find_matching_map()
135 struct drm_map_list ** maplist) in drm_addmap_core() argument
202 *maplist = list; in drm_addmap_core()
235 *maplist = list; in drm_addmap_core()
338 list_add(&list->head, &dev->maplist); in drm_addmap_core()
360 *maplist = list; in drm_addmap_core()
393 struct drm_map_list *maplist; in drm_legacy_addmap_ioctl() local
400 map->flags, &maplist); in drm_legacy_addmap_ioctl()
406 map->handle = (void *)(unsigned long)maplist->user_token; in drm_legacy_addmap_ioctl()
437 list_for_each_entry_safe(r_list, list_t, &dev->maplist, head) { in drm_legacy_rmmap_locked()
521 list_for_each_entry(r_list, &dev->maplist, head) { in drm_legacy_rmmap_ioctl()
533 if (list_empty(&dev->maplist) || !map) { in drm_legacy_rmmap_ioctl()
1465 list_for_each_entry(entry, &dev->maplist, head) { in drm_legacy_getsarea()