Searched refs:of_dma_is_coherent (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/
H A Dof_address.h91 extern bool of_dma_is_coherent(struct device_node *np);
154 static inline bool of_dma_is_coherent(struct device_node *np) function
/linux-master/drivers/of/
H A Ddevice.c180 coherent = of_dma_is_coherent(np);
H A Daddress.c1009 * of_dma_is_coherent - Check if device is coherent
1017 bool of_dma_is_coherent(struct device_node *np) function
1038 EXPORT_SYMBOL_GPL(of_dma_is_coherent); variable
H A Dproperty.c896 if (of_dma_is_coherent(to_of_node(fwnode)))
/linux-master/drivers/iommu/
H A Dof_iommu.c251 if (of_dma_is_coherent(dev->of_node))
/linux-master/drivers/usb/dwc3/
H A Ddwc3-xilinx.c226 if (of_dma_is_coherent(dev->of_node) || device_iommu_mapped(dev)) {
/linux-master/drivers/crypto/ccree/
H A Dcc_driver.c348 new_drvdata->coherent = of_dma_is_coherent(np);
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx-nwl.c657 if (of_dma_is_coherent(dev->of_node))
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c1145 if (of_dma_is_coherent(wlan_node) && hw->hifsys)
2421 of_dma_is_coherent(hw->eth->dev->of_node))
H A Dmtk_eth_soc.c3869 of_dma_is_coherent(eth->dma_dev->of_node) * dma_mask);
4803 if (of_dma_is_coherent(pdev->dev.of_node)) {
/linux-master/drivers/mmc/host/
H A Dsdhci-of-esdhc.c545 if (of_dma_is_coherent(dev->of_node))
/linux-master/drivers/dma/
H A Ddma-axi-dmac.c1084 if (of_dma_is_coherent(pdev->dev.of_node)) {
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c2032 if (of_dma_is_coherent(dev->of_node))
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3960 if (of_dma_is_coherent(dev->of_node))

Completed in 211 milliseconds