Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dutil_mem.h39 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,
Dsoundfont.h73 struct snd_util_memhdr *hdr,
76 struct snd_util_memhdr *hdr);
98 struct snd_util_memhdr *memhdr;
109 struct snd_util_memhdr *hdr);
Demux_synth.h60 struct snd_util_memhdr *hdr,
63 struct snd_util_memhdr *hdr);
126 struct snd_util_memhdr *memhdr; /* memory chunk information */
Demu8000.h87 struct snd_util_memhdr *memhdr;
Demu10k1.h1719 struct snd_util_memhdr *memhdr; /* page allocation list */
/linux-4.1.27/sound/synth/
Dutil_mem.c37 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/
Demu10k1_synth_local.h30 struct snd_util_memhdr *hdr,
34 struct snd_util_memhdr *hdr);
Demu10k1_patch.c39 struct snd_util_memhdr *hdr, in snd_emu10k1_sample_new()
217 struct snd_util_memhdr *hdr) in snd_emu10k1_sample_free()
Dmemory.c304 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/
Demu8000_local.h33 struct snd_util_memhdr *hdr,
36 struct snd_util_memhdr *hdr);
Demu8000_patch.c148 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/
Dtrident_memory.c140 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()
Dtrident.h271 struct snd_util_memhdr * memhdr; /* page allocation list */
/linux-4.1.27/sound/synth/emux/
Demux.c68 struct snd_util_memhdr *hdr, in sf_sample_new()
77 struct snd_util_memhdr *hdr) in sf_sample_free()
Dsoundfont.c1396 snd_sf_new(struct snd_sf_callback *callback, struct snd_util_memhdr *hdr) in snd_sf_new()