Lines Matching defs:base
13 struct msm_mmu base;
18 #define to_msm_iommu(x) container_of(x, struct msm_iommu, base)
21 struct msm_mmu base;
29 return container_of(mmu, struct msm_iommu_pagetable, base);
170 msm_mmu_init(&pagetable->base, parent->dev, &pagetable_funcs,
213 return &pagetable->base;
220 if (iommu->base.handler)
221 return iommu->base.handler(iommu->base.arg, iova, flags);
288 msm_mmu_init(&iommu->base, dev, &funcs, MSM_MMU_IOMMU);
299 return &iommu->base;