Home
last modified time | relevance | path

Searched refs:iommu_put_resv_regions (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h485 extern void iommu_put_resv_regions(struct device *dev, struct list_head *list);
797 static inline void iommu_put_resv_regions(struct device *dev, in iommu_put_resv_regions() function
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c477 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
779 iommu_put_resv_regions(dev, &mappings); in iommu_create_device_direct_mappings()
2804 void iommu_put_resv_regions(struct device *dev, struct list_head *list) in iommu_put_resv_regions() function
H A Ddma-iommu.c279 iommu_put_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()