Searched refs:dma_kmalloc_needs_bounce (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/dma/ |
H A D | direct.h | 97 dma_kmalloc_needs_bounce(dev, size, dir)) { in dma_direct_map_page()
|
/linux/drivers/xen/ |
H A D | swiotlb-xen.c | 220 !dma_kmalloc_needs_bounce(dev, size, dir) && in xen_swiotlb_map_page()
|
/linux/include/linux/ |
H A D | dma-map-ops.h | 313 static inline bool dma_kmalloc_needs_bounce(struct device *dev, size_t size, in dma_kmalloc_needs_bounce() function
|
/linux/drivers/iommu/ |
H A D | dma-iommu.c | 600 dma_kmalloc_needs_bounce(dev, size, dir)); in dev_use_swiotlb()
|
/linux/drivers/usb/chipidea/ |
H A D | udc.c | 564 if (dma_kmalloc_needs_bounce(dma_dev, s->length, dir)) in sglist_get_invalid_entry()
|