Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dof_iommu.h15 extern void of_iommu_get_resv_regions(struct device *dev,
27 static inline void of_iommu_get_resv_regions(struct device *dev, in of_iommu_get_resv_regions() function
/openbmc/linux/drivers/iommu/
H A Dof_iommu.c216 void of_iommu_get_resv_regions(struct device *dev, struct list_head *list) in of_iommu_get_resv_regions() function
282 EXPORT_SYMBOL(of_iommu_get_resv_regions);
H A Ddma-iommu.c397 of_iommu_get_resv_regions(dev, list); in iommu_dma_get_resv_regions()