Searched refs:snd_malloc_pages (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/
H A Dmemalloc.c37 * snd_malloc_pages - allocate pages with the given size
45 void *snd_malloc_pages(size_t size, gfp_t gfp_flags) snd_malloc_pages() function
63 * Releases the buffer allocated via snd_malloc_pages().
185 dmab->area = snd_malloc_pages(size, snd_dma_alloc_pages()
298 EXPORT_SYMBOL(snd_malloc_pages); variable
H A Dpcm.c971 runtime->status = snd_malloc_pages(size, GFP_KERNEL); snd_pcm_attach_substream()
979 runtime->control = snd_malloc_pages(size, GFP_KERNEL); snd_pcm_attach_substream()
/linux-4.1.27/include/sound/
H A Dmemalloc.h153 void *snd_malloc_pages(size_t size, gfp_t gfp_flags);
/linux-4.1.27/sound/usb/usx2y/
H A DusX2Yhwdep.c79 if(!(us428->us428ctls_sharedmem = snd_malloc_pages(sizeof(struct us428ctls_sharedmem), GFP_KERNEL))) snd_us428ctls_mmap()
H A Dusx2yhwdeppcm.c491 if (NULL == (usX2Y->hwdep_pcm_shm = snd_malloc_pages(sizeof(struct snd_usX2Y_hwdep_pcm_shm), GFP_KERNEL))) snd_usX2Y_usbpcm_prepare()

Completed in 205 milliseconds