Home
last modified time | relevance | path

Searched refs:dev_is_dma_coherent (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/dma/
H A Ddirect.c159 !dev_is_dma_coherent(dev)) in dma_direct_alloc()
169 (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) && !dev_is_dma_coherent(dev)))) in dma_direct_alloc()
178 !dev_is_dma_coherent(dev)) || in dma_direct_alloc()
221 !dev_is_dma_coherent(dev)) { in dma_direct_alloc()
258 !dev_is_dma_coherent(dev)) { in dma_direct_free()
350 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_device()
369 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
380 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
448 return dev_is_dma_coherent(dev) || in dma_direct_can_mmap()
506 return !dev_is_dma_coherent(dev) || in dma_direct_need_sync()
H A Ddirect.h62 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_single_for_device()
71 if (!dev_is_dma_coherent(dev)) { in dma_direct_sync_single_for_cpu()
103 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_map_page()
H A Dswiotlb.c648 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in swiotlb_map()
H A Dmapping.c351 if (dev_is_dma_coherent(dev)) in dma_pgprot()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/dma/
H A Ddirect.c159 !dev_is_dma_coherent(dev)) in dma_direct_alloc()
169 (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) && !dev_is_dma_coherent(dev)))) in dma_direct_alloc()
178 !dev_is_dma_coherent(dev)) || in dma_direct_alloc()
221 !dev_is_dma_coherent(dev)) { in dma_direct_alloc()
258 !dev_is_dma_coherent(dev)) { in dma_direct_free()
350 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_device()
369 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
380 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
448 return dev_is_dma_coherent(dev) || in dma_direct_can_mmap()
506 return !dev_is_dma_coherent(dev) || in dma_direct_need_sync()
H A Ddirect.h62 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_single_for_device()
71 if (!dev_is_dma_coherent(dev)) { in dma_direct_sync_single_for_cpu()
103 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_map_page()
H A Dswiotlb.c648 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in swiotlb_map()
H A Dmapping.c351 if (dev_is_dma_coherent(dev)) in dma_pgprot()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/dma/
H A Ddirect.c159 !dev_is_dma_coherent(dev)) in dma_direct_alloc()
169 (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) && !dev_is_dma_coherent(dev)))) in dma_direct_alloc()
178 !dev_is_dma_coherent(dev)) || in dma_direct_alloc()
221 !dev_is_dma_coherent(dev)) { in dma_direct_alloc()
258 !dev_is_dma_coherent(dev)) { in dma_direct_free()
350 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_device()
369 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
380 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
448 return dev_is_dma_coherent(dev) || in dma_direct_can_mmap()
506 return !dev_is_dma_coherent(dev) || in dma_direct_need_sync()
H A Ddirect.h62 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_single_for_device()
71 if (!dev_is_dma_coherent(dev)) { in dma_direct_sync_single_for_cpu()
103 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_map_page()
H A Dswiotlb.c648 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in swiotlb_map()
H A Dmapping.c351 if (dev_is_dma_coherent(dev)) in dma_pgprot()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iommu/
H A Ddma-iommu.c656 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
777 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_cpu()
781 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
793 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_device()
800 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
815 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
839 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
849 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
963 dev_is_dma_coherent(dev), dir, attrs); in iommu_dma_map_sg_swiotlb()
1149 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iommu/
H A Ddma-iommu.c656 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
777 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_cpu()
781 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
793 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_device()
800 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
815 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
839 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
849 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
963 dev_is_dma_coherent(dev), dir, attrs); in iommu_dma_map_sg_swiotlb()
1149 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iommu/
H A Ddma-iommu.c656 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
777 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_cpu()
781 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
793 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_device()
800 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
815 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
839 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
849 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
963 dev_is_dma_coherent(dev), dir, attrs); in iommu_dma_map_sg_swiotlb()
1149 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/xen/
H A Dswiotlb-xen.c402 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_map_page()
426 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_unmap_page()
444 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_cpu()
464 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_device()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/xen/
H A Dswiotlb-xen.c402 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_map_page()
426 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_unmap_page()
444 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_cpu()
464 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/xen/
H A Dswiotlb-xen.c402 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_map_page()
426 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_unmap_page()
444 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_cpu()
464 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/xen/
H A Dmm.c118 !dev_is_dma_coherent(dev)); in xen_arch_need_swiotlb()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/xen/
H A Dmm.c118 !dev_is_dma_coherent(dev)); in xen_arch_need_swiotlb()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/xen/
H A Dmm.c118 !dev_is_dma_coherent(dev)); in xen_arch_need_swiotlb()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddma-map-ops.h250 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
255 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddma-map-ops.h250 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
255 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddma-map-ops.h250 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
255 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function