Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_iommu.h15 extern const struct iommu_ops *of_iommu_configure(struct device *dev,
28 static inline const struct iommu_ops *of_iommu_configure(struct device *dev, in of_iommu_configure() function
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dof_iommu.c178 const struct iommu_ops *of_iommu_configure(struct device *dev, in of_iommu_configure() function
/OK3568_Linux_fs/kernel/drivers/of/
H A Ddevice.c175 iommu = of_iommu_configure(dev, np, id); in of_dma_configure_id()