Home
last modified time | relevance | path

Searched refs:__snd_util_mem_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/synth/
Dutil_mem.c60 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in __snd_util_mem_alloc() function
129 blk = __snd_util_mem_alloc(hdr, size); in snd_util_mem_alloc()
180 EXPORT_SYMBOL(__snd_util_mem_alloc);
/linux-6.12.1/include/sound/
Dutil_mem.h45 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
/linux-6.12.1/sound/pci/emu10k1/
Dmemory.c411 blk = (struct snd_emu10k1_memblk *)__snd_util_mem_alloc(hdr, size); in snd_emu10k1_synth_alloc()