Searched refs:snd_dma_alloc_pages_fallback (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | memalloc.c | 187 * snd_dma_alloc_pages_fallback - allocate the buffer area according to the given type with fallback 201 int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size, in snd_dma_alloc_pages_fallback() function 218 EXPORT_SYMBOL(snd_dma_alloc_pages_fallback); variable
|
H A D | sgbuf.c | 97 if (snd_dma_alloc_pages_fallback(type, device, in snd_malloc_sgbuf_pages()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | memalloc.h | 87 int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | memalloc.h | 142 int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | memalloc.c | 82 * snd_dma_alloc_pages_fallback - allocate the buffer area according to the given type with fallback 96 int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size, in snd_dma_alloc_pages_fallback() function 113 EXPORT_SYMBOL(snd_dma_alloc_pages_fallback); variable
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | sscape.c | 161 if (snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, in get_dmabuf()
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | sscape.c | 161 if (snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, in get_dmabuf()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | es1968.c | 1425 err = snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, in snd_es1968_init_dmabuf()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1968.c | 1421 err = snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, in snd_es1968_init_dmabuf()
|
Completed in 14 milliseconds