Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_address.h58 extern bool of_dma_is_coherent(struct device_node *np);
98 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
/linux-4.1.27/drivers/of/
Ddevice.c141 coherent = of_dma_is_coherent(np); in of_dma_configure()
Daddress.c1007 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
1021 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
/linux-4.1.27/drivers/crypto/ccp/
Dccp-platform.c134 ccp_platform->coherent = of_dma_is_coherent(ccp->dev->of_node); in ccp_of_support()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c247 pdata->coherent = of_dma_is_coherent(dev->of_node); in xgbe_of_support()