Searched refs:snd_util_memhdr (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/include/sound/ |
D | util_mem.h | 39 struct snd_util_memhdr { struct 51 struct snd_util_memhdr *snd_util_memhdr_new(int memsize); argument 52 void snd_util_memhdr_free(struct snd_util_memhdr *hdr); 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); 55 int snd_util_mem_avail(struct snd_util_memhdr *hdr); 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 | soundfont.h | 73 struct snd_util_memhdr *hdr, 76 struct snd_util_memhdr *hdr); 98 struct snd_util_memhdr *memhdr; 109 struct snd_util_memhdr *hdr);
|
D | emux_synth.h | 60 struct snd_util_memhdr *hdr, 63 struct snd_util_memhdr *hdr); 126 struct snd_util_memhdr *memhdr; /* memory chunk information */
|
D | emu8000.h | 87 struct snd_util_memhdr *memhdr;
|
D | emu10k1.h | 1719 struct snd_util_memhdr *memhdr; /* page allocation list */
|
/linux-4.1.27/sound/synth/ |
D | util_mem.c | 37 struct snd_util_memhdr * 40 struct snd_util_memhdr *hdr; in snd_util_memhdr_new() 55 void snd_util_memhdr_free(struct snd_util_memhdr *hdr) in snd_util_memhdr_free() 73 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in __snd_util_mem_alloc() 110 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() 138 snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in snd_util_mem_alloc() 153 __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) in __snd_util_mem_free() 164 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) in snd_util_mem_free() 178 int snd_util_mem_avail(struct snd_util_memhdr *hdr) in snd_util_mem_avail()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1_synth_local.h | 30 struct snd_util_memhdr *hdr, 34 struct snd_util_memhdr *hdr);
|
D | emu10k1_patch.c | 39 struct snd_util_memhdr *hdr, in snd_emu10k1_sample_new() 217 struct snd_util_memhdr *hdr) in snd_emu10k1_sample_free()
|
D | memory.c | 304 struct snd_util_memhdr *hdr; in snd_emu10k1_alloc_pages() 382 struct snd_util_memhdr *hdr = hw->memhdr; in snd_emu10k1_synth_alloc() 408 struct snd_util_memhdr *hdr = emu->memhdr; in snd_emu10k1_synth_free() 426 static void get_single_page_range(struct snd_util_memhdr *hdr, in get_single_page_range()
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_local.h | 33 struct snd_util_memhdr *hdr, 36 struct snd_util_memhdr *hdr);
|
D | emu8000_patch.c | 148 struct snd_util_memhdr *hdr, in snd_emu8000_sample_new() 288 struct snd_util_memhdr *hdr) in snd_emu8000_sample_free()
|
/linux-4.1.27/sound/pci/trident/ |
D | trident_memory.c | 140 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() 192 struct snd_util_memhdr *hdr; in snd_trident_alloc_sg_pages() 239 struct snd_util_memhdr *hdr; in snd_trident_alloc_cont_pages() 299 struct snd_util_memhdr *hdr; in snd_trident_free_pages()
|
D | trident.h | 271 struct snd_util_memhdr * memhdr; /* page allocation list */
|
/linux-4.1.27/sound/synth/emux/ |
D | emux.c | 68 struct snd_util_memhdr *hdr, in sf_sample_new() 77 struct snd_util_memhdr *hdr) in sf_sample_free()
|
D | soundfont.c | 1396 snd_sf_new(struct snd_sf_callback *callback, struct snd_util_memhdr *hdr) in snd_sf_new()
|