Searched refs:snd_dma_alloc_pages_fallback (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/sound/core/ |
H A D | memalloc.c | 222 * snd_dma_alloc_pages_fallback - allocate the buffer area according to the given type with fallback 236 int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size, snd_dma_alloc_pages_fallback() function 295 EXPORT_SYMBOL(snd_dma_alloc_pages_fallback); variable
|
H A D | sgbuf.c | 101 if (snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, device, snd_malloc_sgbuf_pages()
|
/linux-4.1.27/include/sound/ |
H A D | memalloc.h | 148 int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,
|
/linux-4.1.27/sound/isa/ |
H A D | sscape.c | 174 if (snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, get_dmabuf()
|
/linux-4.1.27/sound/pci/ |
H A D | es1968.c | 1441 err = snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, snd_es1968_init_dmabuf()
|
Completed in 148 milliseconds