Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_address.h64 extern bool of_dma_is_coherent(struct device_node *np);
103 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
/OK3568_Linux_fs/kernel/drivers/of/
H A Ddevice.c171 coherent = of_dma_is_coherent(np); in of_dma_configure_id()
H A Daddress.c1077 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
1096 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
/OK3568_Linux_fs/kernel/drivers/crypto/ccree/
H A Dcc_driver.c307 new_drvdata->coherent = of_dma_is_coherent(np); in init_cc_resources()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c881 if (of_dma_is_coherent(dev->of_node)) in device_get_dma_attr()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-esdhc.c540 if (of_dma_is_coherent(dev->of_node)) in esdhc_of_enable_dma()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo1015 of_dma_is_coherent
H A Dabi_gki_aarch64_db845c722 of_dma_is_coherent
H A Dabi_gki_aarch64_qcom1572 of_dma_is_coherent
H A Dabi_gki_aarch64_rockchip1536 of_dma_is_coherent
H A Dabi_gki_aarch64_oplus1720 of_dma_is_coherent
H A Dabi_gki_aarch64_galaxy2779 of_dma_is_coherent
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c2044 if (of_dma_is_coherent(dev->of_node)) in arm_smmu_device_dt_probe()
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3416 if (of_dma_is_coherent(dev->of_node)) in arm_smmu_device_dt_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c5065 dma_coherent = of_dma_is_coherent(kbdev->dev->of_node); in kbase_device_coherency_init()