Searched refs:snd_util_memblk (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/sound/ |
D | util_mem.h | 28 struct snd_util_memblk { struct 34 #define snd_util_memblk_argptr(blk) (void*)((char*)(blk) + sizeof(struct snd_util_memblk)) argument 53 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); 54 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk); 58 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); 59 void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk); 60 struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,
|
D | emu10k1.h | 1531 struct snd_util_memblk *memblk; 1563 struct snd_util_memblk mem; 1879 struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *… 1880 int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk); 1883 struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size); 1884 int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk); 1885 int snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int s… 1886 int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offs…
|
D | soundfont.h | 50 struct snd_util_memblk *block; /* allocated data block */
|