Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_address.h58 extern bool of_dma_is_coherent(struct device_node *np);
105 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
/linux-4.4.14/drivers/of/
Ddevice.c142 coherent = of_dma_is_coherent(np); in of_dma_configure()
Daddress.c1014 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
1028 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
/linux-4.4.14/drivers/base/
Dproperty.c619 if (of_dma_is_coherent(dev->of_node)) in device_get_dma_attr()
/linux-4.4.14/drivers/iommu/
Darm-smmu.c1577 cttw_dt = of_dma_is_coherent(smmu->dev->of_node); in arm_smmu_device_cfg_probe()
Darm-smmu-v3.c2527 coherent = of_dma_is_coherent(smmu->dev->of_node); in arm_smmu_device_probe()