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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dmemalloc.h114 void *snd_malloc_pages(size_t size, gfp_t gfp_flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dmemalloc.c162 * snd_malloc_pages - allocate pages with the given size
170 void *snd_malloc_pages(size_t size, gfp_t gfp_flags) function
189 * Releases the buffer allocated via snd_malloc_pages().
306 dmab->area = snd_malloc_pages(size, (unsigned long)device);
640 EXPORT_SYMBOL(snd_malloc_pages); variable
H A Dpcm.c862 runtime->status = snd_malloc_pages(size, GFP_KERNEL);
870 runtime->control = snd_malloc_pages(size, GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A DusX2Yhwdep.c84 if(!(us428->us428ctls_sharedmem = snd_malloc_pages(sizeof(struct us428ctls_sharedmem), GFP_KERNEL)))
H A Dusx2yhwdeppcm.c497 if (NULL == (usX2Y->hwdep_pcm_shm = snd_malloc_pages(sizeof(struct snd_usX2Y_hwdep_pcm_shm), GFP_KERNEL)))

Completed in 182 milliseconds