mappings 2926 drivers/acpi/nfit/core.c static struct nd_mapping_desc mappings[ND_MAX_MAPPINGS]; mappings 2944 drivers/acpi/nfit/core.c memset(&mappings, 0, sizeof(mappings)); mappings 2983 drivers/acpi/nfit/core.c mapping = &mappings[count++]; mappings 2990 drivers/acpi/nfit/core.c ndr_desc->mapping = mappings; mappings 160 drivers/gpu/drm/etnaviv/etnaviv_iommu.c INIT_LIST_HEAD(&context->mappings); mappings 296 drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c INIT_LIST_HEAD(&context->mappings); mappings 164 drivers/gpu/drm/etnaviv/etnaviv_mmu.c list_for_each_entry(free, &context->mappings, mmu_node) { mappings 250 drivers/gpu/drm/etnaviv/etnaviv_mmu.c list_add_tail(&mapping->mmu_node, &context->mappings); mappings 276 drivers/gpu/drm/etnaviv/etnaviv_mmu.c list_add_tail(&mapping->mmu_node, &context->mappings); mappings 399 drivers/gpu/drm/etnaviv/etnaviv_mmu.c list_add_tail(&mapping->mmu_node, &context->mappings); mappings 76 drivers/gpu/drm/etnaviv/etnaviv_mmu.h struct list_head mappings; mappings 153 drivers/gpu/drm/panfrost/panfrost_drv.c job->mappings = kvmalloc_array(job->bo_count, mappings 156 drivers/gpu/drm/panfrost/panfrost_drv.c if (!job->mappings) mappings 170 drivers/gpu/drm/panfrost/panfrost_drv.c job->mappings[i] = mapping; mappings 404 drivers/gpu/drm/panfrost/panfrost_drv.c mutex_lock(&bo->mappings.lock); mappings 408 drivers/gpu/drm/panfrost/panfrost_drv.c first = list_first_entry(&bo->mappings.list, mappings 420 drivers/gpu/drm/panfrost/panfrost_drv.c if (!list_is_singular(&bo->mappings.list) || mappings 438 drivers/gpu/drm/panfrost/panfrost_drv.c mutex_unlock(&bo->mappings.lock); mappings 36 drivers/gpu/drm/panfrost/panfrost_gem.c WARN_ON_ONCE(!list_empty(&bo->mappings.list)); mappings 61 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_lock(&bo->mappings.lock); mappings 62 drivers/gpu/drm/panfrost/panfrost_gem.c list_for_each_entry(iter, &bo->mappings.list, node) { mappings 69 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_unlock(&bo->mappings.lock); mappings 112 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_lock(&bo->mappings.lock); mappings 113 drivers/gpu/drm/panfrost/panfrost_gem.c list_for_each_entry(mapping, &bo->mappings.list, node) mappings 115 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_unlock(&bo->mappings.lock); mappings 162 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_lock(&bo->mappings.lock); mappings 164 drivers/gpu/drm/panfrost/panfrost_gem.c list_add_tail(&mapping->node, &bo->mappings.list); mappings 165 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_unlock(&bo->mappings.lock); mappings 179 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_lock(&bo->mappings.lock); mappings 180 drivers/gpu/drm/panfrost/panfrost_gem.c list_for_each_entry(iter, &bo->mappings.list, node) { mappings 187 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_unlock(&bo->mappings.lock); mappings 229 drivers/gpu/drm/panfrost/panfrost_gem.c INIT_LIST_HEAD(&obj->mappings.list); mappings 230 drivers/gpu/drm/panfrost/panfrost_gem.c mutex_init(&obj->mappings.lock); mappings 31 drivers/gpu/drm/panfrost/panfrost_gem.h } mappings; mappings 272 drivers/gpu/drm/panfrost/panfrost_job.c if (job->mappings) { mappings 274 drivers/gpu/drm/panfrost/panfrost_job.c if (!job->mappings[i]) mappings 277 drivers/gpu/drm/panfrost/panfrost_job.c atomic_dec(&job->mappings[i]->obj->gpu_usecount); mappings 278 drivers/gpu/drm/panfrost/panfrost_job.c panfrost_gem_mapping_put(job->mappings[i]); mappings 280 drivers/gpu/drm/panfrost/panfrost_job.c kvfree(job->mappings); mappings 35 drivers/gpu/drm/panfrost/panfrost_job.h struct panfrost_gem_mapping **mappings; mappings 628 drivers/iommu/iommu.c struct list_head mappings; mappings 638 drivers/iommu/iommu.c INIT_LIST_HEAD(&mappings); mappings 640 drivers/iommu/iommu.c iommu_get_resv_regions(dev, &mappings); mappings 643 drivers/iommu/iommu.c list_for_each_entry(entry, &mappings, list) { mappings 673 drivers/iommu/iommu.c iommu_put_resv_regions(dev, &mappings); mappings 71 drivers/iommu/virtio-iommu.c struct rb_root_cached mappings; mappings 330 drivers/iommu/virtio-iommu.c interval_tree_insert(&mapping->iova, &vdomain->mappings); mappings 356 drivers/iommu/virtio-iommu.c next = interval_tree_iter_first(&vdomain->mappings, iova, last); mappings 372 drivers/iommu/virtio-iommu.c interval_tree_remove(node, &vdomain->mappings); mappings 396 drivers/iommu/virtio-iommu.c node = interval_tree_iter_first(&vdomain->mappings, 0, -1UL); mappings 600 drivers/iommu/virtio-iommu.c vdomain->mappings = RB_ROOT_CACHED; mappings 792 drivers/iommu/virtio-iommu.c node = interval_tree_iter_first(&vdomain->mappings, iova, iova); mappings 872 drivers/media/usb/uvc/uvc_ctrl.c list_for_each_entry(map, &ctrl->info.mappings, list) { mappings 1291 drivers/media/usb/uvc/uvc_ctrl.c list_for_each_entry(mapping, &ctrl->info.mappings, list) { mappings 1326 drivers/media/usb/uvc/uvc_ctrl.c if (list_empty(&ctrl->info.mappings)) { mappings 2017 drivers/media/usb/uvc/uvc_ctrl.c INIT_LIST_HEAD(&ctrl->info.mappings); mappings 2077 drivers/media/usb/uvc/uvc_ctrl.c list_add_tail(&map->list, &ctrl->info.mappings); mappings 2141 drivers/media/usb/uvc/uvc_ctrl.c list_for_each_entry(map, &ctrl->info.mappings, list) { mappings 2336 drivers/media/usb/uvc/uvc_ctrl.c list_for_each_entry_safe(mapping, nm, &ctrl->info.mappings, list) { mappings 217 drivers/media/usb/uvc/uvcvideo.h struct list_head mappings; mappings 305 drivers/nvdimm/region_devs.c static DEVICE_ATTR_RO(mappings); mappings 176 drivers/rapidio/devices/rio_mport_cdev.c struct list_head mappings; mappings 385 drivers/rapidio/devices/rio_mport_cdev.c list_add_tail(&map->node, &md->mappings); mappings 401 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry(map, &md->mappings, node) { mappings 475 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry_safe(map, _map, &md->mappings, node) { mappings 904 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry(map, &md->mappings, node) { mappings 1109 drivers/rapidio/devices/rio_mport_cdev.c list_add_tail(&map->node, &md->mappings); mappings 1156 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry_safe(map, _map, &md->mappings, node) { mappings 1236 drivers/rapidio/devices/rio_mport_cdev.c list_add_tail(&map->node, &md->mappings); mappings 1261 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry(map, &md->mappings, node) { mappings 1342 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry_safe(map, _map, &md->mappings, node) { mappings 2040 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry_safe(map, _map, &chdev->mappings, node) { mappings 2209 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry(map, &md->mappings, node) { mappings 2398 drivers/rapidio/devices/rio_mport_cdev.c INIT_LIST_HEAD(&md->mappings); mappings 2514 drivers/rapidio/devices/rio_mport_cdev.c list_for_each_entry_safe(map, _map, &md->mappings, node) { mappings 2519 drivers/rapidio/devices/rio_mport_cdev.c if (!list_empty(&md->mappings)) mappings 1173 drivers/rapidio/devices/tsi721.c list_add_tail(&map->node, &ib_win->mappings); mappings 1199 drivers/rapidio/devices/tsi721.c INIT_LIST_HEAD(&ib_win->mappings); mappings 1208 drivers/rapidio/devices/tsi721.c list_add_tail(&map->node, &ib_win->mappings); mappings 1266 drivers/rapidio/devices/tsi721.c &ib_win->mappings, node) { mappings 1278 drivers/rapidio/devices/tsi721.c if (!list_empty(&ib_win->mappings)) mappings 849 drivers/rapidio/devices/tsi721.h struct list_head mappings; mappings 718 drivers/remoteproc/remoteproc_core.c list_add_tail(&mapping->node, &rproc->mappings); mappings 809 drivers/remoteproc/remoteproc_core.c list_add_tail(&mapping->node, &rproc->mappings); mappings 1268 drivers/remoteproc/remoteproc_core.c list_for_each_entry_safe(entry, tmp, &rproc->mappings, node) { mappings 2066 drivers/remoteproc/remoteproc_core.c INIT_LIST_HEAD(&rproc->mappings); mappings 500 include/linux/remoteproc.h struct list_head mappings;