Searched refs:snd_util_memhdr (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/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 | 58 struct snd_util_memhdr *hdr, 61 struct snd_util_memhdr *hdr); 124 struct snd_util_memhdr *memhdr; /* memory chunk information */
|
D | emu8000.h | 87 struct snd_util_memhdr *memhdr;
|
D | emu10k1.h | 1721 struct snd_util_memhdr *memhdr; /* page allocation list */
|
/Linux-v4.19/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-v4.19/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() 214 struct snd_util_memhdr *hdr) in snd_emu10k1_sample_free()
|
D | memory.c | 315 struct snd_util_memhdr *hdr; in snd_emu10k1_alloc_pages() 420 struct snd_util_memhdr *hdr = hw->memhdr; in snd_emu10k1_synth_alloc() 446 struct snd_util_memhdr *hdr = emu->memhdr; in snd_emu10k1_synth_free() 464 static void get_single_page_range(struct snd_util_memhdr *hdr, in get_single_page_range()
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_local.h | 33 struct snd_util_memhdr *hdr, 36 struct snd_util_memhdr *hdr);
|
D | emu8000_patch.c | 150 struct snd_util_memhdr *hdr, in snd_emu8000_sample_new() 287 struct snd_util_memhdr *hdr) in snd_emu8000_sample_free()
|
/Linux-v4.19/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-v4.19/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()
|