Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_address.h60 extern bool of_dma_is_coherent(struct device_node *np);
113 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
/Linux-v4.19/drivers/of/
Ddevice.c156 coherent = of_dma_is_coherent(np); in of_dma_configure()
Daddress.c975 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
989 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
/Linux-v4.19/drivers/ata/
Dahci_qoriq.c274 qoriq_priv->is_dmacoherent = of_dma_is_coherent(np); in ahci_qoriq_probe()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_driver.c241 new_drvdata->coherent = of_dma_is_coherent(np); in init_cc_resources()
/Linux-v4.19/drivers/base/
Dproperty.c1203 if (of_dma_is_coherent(dev->of_node)) in device_get_dma_attr()
/Linux-v4.19/drivers/iommu/
Darm-smmu.c2018 if (of_dma_is_coherent(dev->of_node)) in arm_smmu_device_dt_probe()
Darm-smmu-v3.c2770 if (of_dma_is_coherent(dev->of_node)) in arm_smmu_device_dt_probe()