Searched refs:iommu_domain (Results 1 – 13 of 13) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_mem.h | 325 typedef struct iommu_domain __qdf_iommu_domain_t; 477 static inline struct iommu_domain * 483 static inline struct iommu_domain * 509 struct iommu_domain *domain; in __qdf_mem_paddr_from_dmaaddr()
|
H A D | i_qdf_types.h | 299 struct iommu_domain *domain;
|
H A D | i_qdf_ipa.h | 901 static inline struct iommu_domain *__qdf_ipa_get_smmu_domain(void) in __qdf_ipa_get_smmu_domain()
|
/wlan-driver/platform/cnss2/ |
H A D | pci_qcom.c | 546 static int cnss_pci_smmu_fault_handler(struct iommu_domain *domain, in cnss_pci_smmu_fault_handler() 583 pci_priv->iommu_domain = iommu_get_domain_for_dev(&pci_dev->dev); in cnss_pci_init_smmu() 589 iommu_set_fault_handler(pci_priv->iommu_domain, in cnss_pci_init_smmu()
|
H A D | pci.h | 158 struct iommu_domain *iommu_domain; member
|
H A D | main.h | 617 struct iommu_domain *audio_iommu_domain; 759 int cnss_iommu_map(struct iommu_domain *domain, unsigned long iova,
|
H A D | pci.c | 1080 static void cnss_pci_smmu_fault_handler_irq(struct iommu_domain *domain, in cnss_pci_smmu_fault_handler_irq() 1104 qcom_iommu_set_fault_handler_irq(pci_priv->iommu_domain, in cnss_register_iommu_fault_handler_irq() 5309 pci_priv->iommu_domain = NULL; in cnss_pci_deinit_smmu() 5347 struct iommu_domain *cnss_smmu_get_domain(struct device *dev) in cnss_smmu_get_domain() 5354 return pci_priv->iommu_domain; in cnss_smmu_get_domain() 5416 ret = cnss_iommu_map(pci_priv->iommu_domain, iova, in cnss_smmu_map() 5455 unmapped = iommu_unmap(pci_priv->iommu_domain, iova, len); in cnss_smmu_unmap()
|
H A D | main.c | 802 int cnss_iommu_map(struct iommu_domain *domain, in cnss_iommu_map() 808 int cnss_iommu_map(struct iommu_domain *domain, in cnss_iommu_map()
|
/wlan-driver/platform/icnss2/ |
H A D | main.h | 400 struct iommu_domain *iommu_domain; member
|
H A D | main.c | 3747 struct iommu_domain *icnss_smmu_get_domain(struct device *dev) in icnss_smmu_get_domain() 3755 return priv->iommu_domain; in icnss_smmu_get_domain() 3760 int icnss_iommu_map(struct iommu_domain *domain, in icnss_iommu_map() 3766 int icnss_iommu_map(struct iommu_domain *domain, in icnss_iommu_map() 3816 ret = icnss_iommu_map(priv->iommu_domain, iova, in icnss_smmu_map() 3866 unmapped_len = iommu_unmap(priv->iommu_domain, iova, len); in icnss_smmu_unmap() 4499 static int icnss_smmu_fault_handler(struct iommu_domain *domain, in icnss_smmu_fault_handler() 4550 priv->iommu_domain = in icnss_smmu_dt_parse() 4560 iommu_set_fault_handler(priv->iommu_domain, in icnss_smmu_dt_parse() 4918 priv->iommu_domain = NULL; in icnss_probe() [all …]
|
/wlan-driver/platform/inc/ |
H A D | icnss2.h | 208 extern struct iommu_domain *icnss_smmu_get_domain(struct device *dev);
|
H A D | cnss2.h | 387 extern struct iommu_domain *cnss_smmu_get_domain(struct device *dev);
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
H A D | cds_api.c | 2925 struct iommu_domain *domain; in cds_smmu_mem_map_setup()
|