Searched refs:msm_iommu (Results 1 – 3 of 3) sorted by relevance
21 struct msm_iommu { struct25 #define to_msm_iommu(x) container_of(x, struct msm_iommu, base) argument30 struct msm_iommu *iommu = arg; in msm_fault_handler()40 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_attach()53 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_detach()63 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_map()77 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_unmap()88 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_destroy()103 struct msm_iommu *iommu; in msm_iommu_new()
90 msm_iommu.o \
12 obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o