Home
last modified time | relevance | path

Searched refs:snd_util_memhdr (Results 1 – 15 of 15) sorted by relevance

/linux/include/sound/
A Dutil_mem.h26 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,
A Dsoundfont.h60 struct snd_util_memhdr *hdr,
63 struct snd_util_memhdr *hdr);
85 struct snd_util_memhdr *memhdr;
96 struct snd_util_memhdr *hdr);
A Demux_synth.h45 struct snd_util_memhdr *hdr,
48 struct snd_util_memhdr *hdr);
111 struct snd_util_memhdr *memhdr; /* memory chunk information */
A Demu8000.h71 struct snd_util_memhdr *memhdr;
A Demu10k1.h1706 struct snd_util_memhdr *memhdr; /* page allocation list */
/linux/sound/synth/
A Dutil_mem.c24 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/sound/pci/emu10k1/
A Demu10k1_synth_local.h17 struct snd_util_memhdr *hdr,
21 struct snd_util_memhdr *hdr);
A Demu10k1_patch.c26 struct snd_util_memhdr *hdr, in snd_emu10k1_sample_new()
202 struct snd_util_memhdr *hdr) in snd_emu10k1_sample_free()
A Dmemory.c305 struct snd_util_memhdr *hdr; in snd_emu10k1_alloc_pages()
410 struct snd_util_memhdr *hdr = hw->memhdr; in snd_emu10k1_synth_alloc()
436 struct snd_util_memhdr *hdr = emu->memhdr; in snd_emu10k1_synth_free()
454 static void get_single_page_range(struct snd_util_memhdr *hdr, in get_single_page_range()
/linux/sound/isa/sb/
A Demu8000_local.h20 struct snd_util_memhdr *hdr,
23 struct snd_util_memhdr *hdr);
A Demu8000_patch.c137 struct snd_util_memhdr *hdr, in snd_emu8000_sample_new()
275 struct snd_util_memhdr *hdr) in snd_emu8000_sample_free()
/linux/sound/pci/trident/
A Dtrident_memory.c108 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()
A Dtrident.h255 struct snd_util_memhdr * memhdr; /* page allocation list */
/linux/sound/synth/emux/
A Demux.c55 struct snd_util_memhdr *hdr, in sf_sample_new()
64 struct snd_util_memhdr *hdr) in sf_sample_free()
A Dsoundfont.c1396 snd_sf_new(struct snd_sf_callback *callback, struct snd_util_memhdr *hdr) in snd_sf_new()

Completed in 26 milliseconds