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.c253 struct mtk_iommu_domain *m4u_dom; /* Each bank has a domain */
269 struct mtk_iommu_domain *share_dom;
284 struct mtk_iommu_domain { struct
385 static struct mtk_iommu_domain *to_mtk_domain(struct iommu_domain *dom) in to_mtk_domain()
387 return container_of(dom, struct mtk_iommu_domain, domain); in to_mtk_domain()
474 struct mtk_iommu_domain *dom = bank->m4u_dom; in mtk_iommu_isr()
654 static int mtk_iommu_domain_finalise(struct mtk_iommu_domain *dom, in mtk_iommu_domain_finalise()
658 struct mtk_iommu_domain *share_dom = data->share_dom; in mtk_iommu_domain_finalise()
705 struct mtk_iommu_domain *dom; in mtk_iommu_domain_alloc_paging()
725 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_attach_device()
[all …]