Home
last modified time | relevance | path

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

/drivers/iommu/
A Dsun50i-iommu.c689 sun50i_domain = kzalloc(sizeof(*sun50i_domain), GFP_KERNEL); in sun50i_iommu_domain_alloc_paging()
690 if (!sun50i_domain) in sun50i_iommu_domain_alloc_paging()
693 sun50i_domain->dt = in sun50i_iommu_domain_alloc_paging()
695 if (!sun50i_domain->dt) in sun50i_iommu_domain_alloc_paging()
706 return &sun50i_domain->domain; in sun50i_iommu_domain_alloc_paging()
709 kfree(sun50i_domain); in sun50i_iommu_domain_alloc_paging()
719 sun50i_domain->dt = NULL; in sun50i_iommu_domain_free()
721 kfree(sun50i_domain); in sun50i_iommu_domain_free()
728 sun50i_domain->iommu = iommu; in sun50i_iommu_attach_domain()
730 sun50i_domain->dt_dma = dma_map_single(iommu->dev, sun50i_domain->dt, in sun50i_iommu_attach_domain()
[all …]

Completed in 7 milliseconds