Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dof_iommu.h14 extern void of_iommu_get_resv_regions(struct device *dev,
26 static inline void of_iommu_get_resv_regions(struct device *dev, in of_iommu_get_resv_regions() function
/linux-6.12.1/drivers/iommu/
Dof_iommu.c199 void of_iommu_get_resv_regions(struct device *dev, struct list_head *list) in of_iommu_get_resv_regions() function
265 EXPORT_SYMBOL(of_iommu_get_resv_regions);
Ddma-iommu.c479 of_iommu_get_resv_regions(dev, list); in iommu_dma_get_resv_regions()