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
404 map->flags, &maplist); in drm_legacy_addmap_ioctl()
410 map->handle = (void *)(unsigned long)maplist->user_token; in drm_legacy_addmap_ioctl()
455 list_for_each(list, &dev->maplist) { in drm_legacy_getmap_ioctl()
497 list_for_each_entry_safe(r_list, list_t, &dev->maplist, head) { in drm_legacy_rmmap_locked()
565 list_for_each_entry_safe(r_list, list_temp, &dev->maplist, head) { in drm_legacy_master_rmmaps()
602 list_for_each_entry(r_list, &dev->maplist, head) { in drm_legacy_rmmap_ioctl()
614 if (list_empty(&dev->maplist) || !map) { in drm_legacy_rmmap_ioctl()
1546 list_for_each_entry(entry, &dev->maplist, head) { in drm_legacy_getsarea()