Searched refs:snd_util_memblk (Results 1 – 3 of 3) sorted by relevance
/include/sound/ |
D | util_mem.h | 15 struct snd_util_memblk { struct 21 #define snd_util_memblk_argptr(blk) (void*)((char*)(blk) + sizeof(struct snd_util_memblk)) argument 40 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); 41 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk); 45 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); 46 void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk); 47 struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,
|
D | emu10k1.h | 1516 struct snd_util_memblk *memblk; 1548 struct snd_util_memblk mem; 1864 struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *… 1865 int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk); 1868 struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size); 1869 int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk); 1870 int snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int s… 1871 int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offs…
|
D | soundfont.h | 37 struct snd_util_memblk *block; /* allocated data block */
|