Searched refs:snd_util_memhdr (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/include/sound/ |
D | util_mem.h | 26 struct snd_util_memhdr { struct 38 struct snd_util_memhdr *snd_util_memhdr_new(int memsize); argument 39 void snd_util_memhdr_free(struct snd_util_memhdr *hdr); 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); 42 int snd_util_mem_avail(struct snd_util_memhdr *hdr); 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 | soundfont.h | 60 struct snd_util_memhdr *hdr, 63 struct snd_util_memhdr *hdr); 85 struct snd_util_memhdr *memhdr; 98 struct snd_util_memhdr *hdr);
|
D | emux_synth.h | 45 struct snd_util_memhdr *hdr, 48 struct snd_util_memhdr *hdr); 111 struct snd_util_memhdr *memhdr; /* memory chunk information */
|
D | emu8000.h | 71 struct snd_util_memhdr *memhdr;
|
D | emu10k1.h | 1723 struct snd_util_memhdr *memhdr; /* page allocation list */
|
/linux-6.12.1/sound/synth/ |
D | util_mem.c | 24 struct snd_util_memhdr * 27 struct snd_util_memhdr *hdr; in snd_util_memhdr_new() 42 void snd_util_memhdr_free(struct snd_util_memhdr *hdr) in snd_util_memhdr_free() 60 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in __snd_util_mem_alloc() 97 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() 125 snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in snd_util_mem_alloc() 140 __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) in __snd_util_mem_free() 151 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) in snd_util_mem_free() 165 int snd_util_mem_avail(struct snd_util_memhdr *hdr) in snd_util_mem_avail()
|
/linux-6.12.1/sound/pci/emu10k1/ |
D | emu10k1_synth_local.h | 17 struct snd_util_memhdr *hdr, 21 struct snd_util_memhdr *hdr);
|
D | emu10k1_patch.c | 26 struct snd_util_memhdr *hdr, in snd_emu10k1_sample_new() 156 struct snd_util_memhdr *hdr) in snd_emu10k1_sample_free()
|
D | memory.c | 305 struct snd_util_memhdr *hdr; in snd_emu10k1_alloc_pages() 408 struct snd_util_memhdr *hdr = hw->memhdr; in snd_emu10k1_synth_alloc() 434 struct snd_util_memhdr *hdr = emu->memhdr; in snd_emu10k1_synth_free() 452 static void get_single_page_range(struct snd_util_memhdr *hdr, in get_single_page_range()
|
/linux-6.12.1/sound/isa/sb/ |
D | emu8000_local.h | 20 struct snd_util_memhdr *hdr, 23 struct snd_util_memhdr *hdr);
|
D | emu8000_patch.c | 137 struct snd_util_memhdr *hdr, in snd_emu8000_sample_new() 261 struct snd_util_memhdr *hdr) in snd_emu8000_sample_free()
|
/linux-6.12.1/sound/pci/trident/ |
D | trident_memory.c | 108 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() 160 struct snd_util_memhdr *hdr; in snd_trident_alloc_sg_pages() 205 struct snd_util_memhdr *hdr; in snd_trident_alloc_cont_pages() 263 struct snd_util_memhdr *hdr; in snd_trident_free_pages()
|
D | trident.h | 255 struct snd_util_memhdr * memhdr; /* page allocation list */
|
/linux-6.12.1/sound/synth/emux/ |
D | emux.c | 55 struct snd_util_memhdr *hdr, in sf_sample_new() 64 struct snd_util_memhdr *hdr) in sf_sample_free()
|
D | soundfont.c | 1439 snd_sf_new(struct snd_sf_callback *callback, struct snd_util_memhdr *hdr) in snd_sf_new()
|