Home
last modified time | relevance | path

Searched refs:dma_range_map (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
A Ddma-direct.h32 for (m = dev->dma_range_map; m->size; m++) in translate_phys_to_dma()
45 for (m = dev->dma_range_map; m->size; m++) in translate_dma_to_phys()
61 if (dev->dma_range_map) in phys_to_dma_unencrypted()
81 if (dev->dma_range_map) in dma_to_phys()
A Ddevice.h524 const struct bus_dma_region *dma_range_map; member
/linux/arch/arm/include/asm/
A Ddma-direct.h14 if (dev && dev->dma_range_map) in pfn_to_dma()
23 if (dev && dev->dma_range_map) in dma_to_pfn()
/linux/drivers/of/
A Ddevice.c188 dev->dma_range_map = map; in of_dma_configure_id()
199 dev->dma_range_map = NULL; in of_dma_configure_id()
A Dunittest.c916 dev_bogus.dma_range_map = map; in of_unittest_dma_ranges_one()
/linux/kernel/dma/
A Ddirect.c574 if (dev->dma_range_map) { in dma_direct_set_offset()
589 dev->dma_range_map = map; in dma_direct_set_offset()
/linux/drivers/base/
A Ddd.c667 kfree(dev->dma_range_map); in really_probe()
668 dev->dma_range_map = NULL; in really_probe()
A Dcore.c2223 kfree(dev->dma_range_map); in device_release()
/linux/drivers/remoteproc/
A Dremoteproc_core.c470 const struct bus_dma_region *map = from->dma_range_map, *new_map, *r; in copy_dma_range_map()
483 to->dma_range_map = new_map; in copy_dma_range_map()
/linux/drivers/iommu/
A Dmtk_iommu.c331 const struct bus_dma_region *dma_rgn = dev->dma_range_map; in mtk_iommu_get_domain_id()

Completed in 37 milliseconds