Searched refs:dma_alloc_coherent (Results 1 – 12 of 12) sorted by relevance
17 void *dma_alloc_coherent(size_t size) in dma_alloc_coherent() function
26 void *dma_alloc_coherent(struct rt_device *dev, size_t size,
23 void *dma_alloc_coherent(struct rt_device *dev, size_t size, in dma_alloc_coherent() function
52 static inline void *dma_alloc_coherent(size_t size)
162 void *dma_alloc_coherent(size_t size);
17 v_addr = dma_alloc_coherent(size); in usb_dma_malloc()
398 l_item = (struct sunxi_dma_lli *)dma_alloc_coherent(sizeof(struct sunxi_dma_lli)); in hal_dma_prep_memcpy()439 l_item = (struct sunxi_dma_lli *)dma_alloc_coherent(sizeof(struct sunxi_dma_lli)); in hal_dma_prep_device()522 l_item = (struct sunxi_dma_lli *)dma_alloc_coherent(sizeof(struct sunxi_dma_lli)); in hal_dma_prep_cyclic()
157 #define SDC_CacheAlignBuff(bytes) (dma_alloc_coherent(bytes))
87 buf->addr = dma_alloc_coherent(size); in sunxi_pcm_preallocate_dma_buffer()
867 buf->addr = dma_alloc_coherent(size); in sunxi_pcm_preallocate_dma_buffer()
519 ohci->hcca = dma_alloc_coherent (hcd->self.controller,
1851 sspi->align_dma_buf = dma_alloc_coherent(ALIGN_DMA_BUF_SIZE); in hal_spi_init()
Completed in 25 milliseconds