Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/drivers/of/
Ddevice.c158 coherent = of_dma_is_coherent(np); in of_dma_configure()
Daddress.c976 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
995 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
/linux-4.19.296/drivers/base/
Dproperty.c1203 if (of_dma_is_coherent(dev->of_node)) in device_get_dma_attr()