Searched refs:of_dma_is_coherent (Results 1 – 4 of 4) sorted by relevance
60 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
158 coherent = of_dma_is_coherent(np); in of_dma_configure()
976 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function995 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
1203 if (of_dma_is_coherent(dev->of_node)) in device_get_dma_attr()