Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dof_address.h64 extern bool of_dma_is_coherent(struct device_node *np);
103 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
/Linux-v5.10/drivers/of/
Ddevice.c169 coherent = of_dma_is_coherent(np); in of_dma_configure_id()
Daddress.c1035 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
1054 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
/Linux-v5.10/drivers/crypto/ccree/
Dcc_driver.c307 new_drvdata->coherent = of_dma_is_coherent(np); in init_cc_resources()
/Linux-v5.10/drivers/base/
Dproperty.c829 if (of_dma_is_coherent(dev->of_node)) in device_get_dma_attr()
/Linux-v5.10/drivers/mmc/host/
Dsdhci-of-esdhc.c536 if (of_dma_is_coherent(dev->of_node)) in esdhc_of_enable_dma()
/Linux-v5.10/drivers/iommu/arm/arm-smmu/
Darm-smmu.c2039 if (of_dma_is_coherent(dev->of_node)) in arm_smmu_device_dt_probe()
/Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c3422 if (of_dma_is_coherent(dev->of_node)) in arm_smmu_device_dt_probe()