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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_stub.c79 dev->maplist = drm_calloc(1, sizeof(*dev->maplist), DRM_MEM_MAPS);
80 if (dev->maplist == NULL)
82 INIT_LIST_HEAD(&dev->maplist->head);
84 drm_free(dev->maplist, sizeof(*dev->maplist), DRM_MEM_MAPS);
H A Ddrm_drv.c215 if (dev->maplist) {
216 while (!list_empty(&dev->maplist->head)) {
217 struct list_head *list = dev->maplist->head.next;
312 if (dev->maplist) {
313 drm_free(dev->maplist, sizeof(*dev->maplist), DRM_MEM_MAPS);
314 dev->maplist = NULL;
H A Ddrm_bufs.c57 list_for_each(list, &dev->maplist->head) {
103 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where
108 drm_map_flags_t flags, drm_map_list_t ** maplist)
171 *maplist = list;
196 *maplist = list;
293 list_add(&list->head, &dev->maplist->head);
312 *maplist = list;
337 drm_map_list_t *maplist; local
352 &maplist);
357 if (copy_to_user(argp, maplist
106 drm_addmap_core(drm_device_t * dev, unsigned int offset, unsigned int size, drm_map_type_t type, drm_map_flags_t flags, drm_map_list_t ** maplist) argument
[all...]
H A Ddrm_os_linux.h107 list_for_each_entry( entry, &dev->maplist->head, head ) { \
H A Ddrm_context.c236 list_for_each_entry(_entry, &dev->maplist->head, head) {
278 list_for_each(list, &dev->maplist->head) {
H A Ddrm_proc.c203 * Prints information about all mappings in drm_device::maplist.
232 if (dev->maplist != NULL)
233 list_for_each(list, &dev->maplist->head) {
H A Dsis_mm.c237 list_for_each_entry(entry, &dev->maplist->head, head) {
H A Ddrm_vm.c193 * person to close a mapping and it's not in the global maplist.
229 /* Check to see if we are in the maplist, if we are not, then
233 list = &dev->maplist->head;
234 list_for_each(list, &dev->maplist->head) {
555 * area, so calls mmap_dma(). Otherwise searches the map in drm_device::maplist,
H A Ddrm_ioctl.c207 list_for_each(list, &dev->maplist->head) {
H A DdrmP.h678 drm_map_list_t *maplist; /**< Linked list of regions */ member in struct:drm_device
1090 list_for_each_entry(_entry, &dev->maplist->head, head)
H A Dmga_dma.c533 list_for_each_entry(_entry, &dev->maplist->head, head) {
H A Dvia_verifier.c266 list_for_each(list, &dev->maplist->head) {
H A Di810_dma.c334 list_for_each(list, &dev->maplist->head) {
H A Di830_dma.c341 list_for_each(list, &dev->maplist->head) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp246 (maplist (lambda (r) (+ (* 2 (car r)) (if (cdr r) 1 0)))

Completed in 206 milliseconds