Lines Matching refs:parent
22 struct msm_mmu *parent;
46 iommu_flush_iotlb_all(to_msm_iommu(pagetable->parent)->domain);
85 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent);
87 dev_get_drvdata(pagetable->parent->dev);
90 * If this is the last attached pagetable for the parent,
146 struct msm_mmu *msm_iommu_pagetable_create(struct msm_mmu *parent)
148 struct adreno_smmu_priv *adreno_smmu = dev_get_drvdata(parent->dev);
149 struct msm_iommu *iommu = to_msm_iommu(parent);
170 msm_mmu_init(&pagetable->base, parent->dev, &pagetable_funcs,
202 pagetable->parent = parent;