Searched refs:iommu_dom (Results 1 – 3 of 3) sorted by relevance
555 dcp->iommu_dom = iommu_domain_alloc(&platform_bus_type); in dcp_create_piodma_iommu_dev()556 if (!dcp->iommu_dom) { in dcp_create_piodma_iommu_dev()561 ret = iommu_attach_device(dcp->iommu_dom, &dcp->piodma->dev); in dcp_create_piodma_iommu_dev()570 iommu_domain_free(dcp->iommu_dom); in dcp_create_piodma_iommu_dev()915 iommu_detach_device(dcp->iommu_dom, &dcp->piodma->dev); in dcp_comp_unbind()916 iommu_domain_free(dcp->iommu_dom); in dcp_comp_unbind()
110 struct iommu_domain *iommu_dom; member
277 ret = iommu_map_sgtable(dcp->iommu_dom, memdesc->dva, map, in dcpep_cb_map_piodma()324 iommu_unmap(dcp->iommu_dom, memdesc->dva, memdesc->size); in dcpep_cb_unmap_piodma()