Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dmtk_iommu.c250 struct mtk_iommu_domain *m4u_dom; /* Each bank has a domain */
266 struct mtk_iommu_domain *share_dom;
281 struct mtk_iommu_domain { struct
371 static struct mtk_iommu_domain *to_mtk_domain(struct iommu_domain *dom) in to_mtk_domain()
373 return container_of(dom, struct mtk_iommu_domain, domain); in to_mtk_domain()
460 struct mtk_iommu_domain *dom = bank->m4u_dom; in mtk_iommu_isr()
640 static int mtk_iommu_domain_finalise(struct mtk_iommu_domain *dom, in mtk_iommu_domain_finalise()
644 struct mtk_iommu_domain *share_dom = data->share_dom; in mtk_iommu_domain_finalise()
694 struct mtk_iommu_domain *dom; in mtk_iommu_domain_alloc_paging()
713 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_attach_device()
[all …]