Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Ddma-iommu.h15 int iommu_dma_init_fq(struct iommu_domain *domain);
23 static inline int iommu_dma_init_fq(struct iommu_domain *domain) in iommu_dma_init_fq() function
Ddma-iommu.c241 int iommu_dma_init_fq(struct iommu_domain *domain) in iommu_dma_init_fq() function
586 if (domain->type == IOMMU_DOMAIN_DMA_FQ && iommu_dma_init_fq(domain)) in iommu_dma_init_domain()
Diommu.c2913 ret = iommu_dma_init_fq(prev_dom); in iommu_change_dev_def_domain()