of_dma_is_coherent  291 drivers/ata/ahci_qoriq.c 	qoriq_priv->is_dmacoherent = of_dma_is_coherent(np);
of_dma_is_coherent  750 drivers/base/property.c 		if (of_dma_is_coherent(dev->of_node))
of_dma_is_coherent  322 drivers/crypto/ccree/cc_driver.c 	new_drvdata->coherent = of_dma_is_coherent(np);
of_dma_is_coherent 3561 drivers/iommu/arm-smmu-v3.c 	if (of_dma_is_coherent(dev->of_node))
of_dma_is_coherent 1977 drivers/iommu/arm-smmu.c 	if (of_dma_is_coherent(dev->of_node))
of_dma_is_coherent  530 drivers/mmc/host/sdhci-of-esdhc.c 	if (of_dma_is_coherent(dev->of_node))
of_dma_is_coherent 1021 drivers/of/address.c EXPORT_SYMBOL_GPL(of_dma_is_coherent);
of_dma_is_coherent  158 drivers/of/device.c 	coherent = of_dma_is_coherent(np);
of_dma_is_coherent   60 include/linux/of_address.h extern bool of_dma_is_coherent(struct device_node *np);