Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddma-iommu.h23 int iommu_dma_init_fq(struct iommu_domain *domain);
58 static inline int iommu_dma_init_fq(struct iommu_domain *domain) in iommu_dma_init_fq() function
/Linux-v5.15/drivers/iommu/
Ddma-iommu.c321 int iommu_dma_init_fq(struct iommu_domain *domain) in iommu_dma_init_fq() function
398 if (domain->type == IOMMU_DOMAIN_DMA_FQ && iommu_dma_init_fq(domain)) in iommu_dma_init_domain()
Diommu.c3213 ret = iommu_dma_init_fq(prev_dom); in iommu_change_dev_def_domain()