Symbol: snd_util_memhdr
include/sound/emu10k1.h
1723
struct snd_util_memhdr *memhdr; /* page allocation list */
include/sound/emu8000.h
71
struct snd_util_memhdr *memhdr;
include/sound/emux_synth.h
111
struct snd_util_memhdr *memhdr; /* memory chunk information */
include/sound/emux_synth.h
45
struct snd_util_memhdr *hdr,
include/sound/emux_synth.h
48
struct snd_util_memhdr *hdr);
include/sound/soundfont.h
60
struct snd_util_memhdr *hdr,
include/sound/soundfont.h
63
struct snd_util_memhdr *hdr);
include/sound/soundfont.h
85
struct snd_util_memhdr *memhdr;
include/sound/soundfont.h
98
struct snd_util_memhdr *hdr);
include/sound/util_mem.h
38
struct snd_util_memhdr *snd_util_memhdr_new(int memsize);
include/sound/util_mem.h
39
void snd_util_memhdr_free(struct snd_util_memhdr *hdr);
include/sound/util_mem.h
40
struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
include/sound/util_mem.h
41
int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
include/sound/util_mem.h
42
int snd_util_mem_avail(struct snd_util_memhdr *hdr);
include/sound/util_mem.h
45
struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
include/sound/util_mem.h
46
void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
include/sound/util_mem.h
47
struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,
sound/isa/sb/emu8000_local.h
20
struct snd_util_memhdr *hdr,
sound/isa/sb/emu8000_local.h
23
struct snd_util_memhdr *hdr);
sound/isa/sb/emu8000_patch.c
137
struct snd_util_memhdr *hdr,
sound/isa/sb/emu8000_patch.c
261
struct snd_util_memhdr *hdr)
sound/pci/emu10k1/emu10k1_patch.c
156
struct snd_util_memhdr *hdr)
sound/pci/emu10k1/emu10k1_patch.c
26
struct snd_util_memhdr *hdr,
sound/pci/emu10k1/emu10k1_synth_local.h
17
struct snd_util_memhdr *hdr,
sound/pci/emu10k1/emu10k1_synth_local.h
21
struct snd_util_memhdr *hdr);
sound/pci/emu10k1/memory.c
302
struct snd_util_memhdr *hdr;
sound/pci/emu10k1/memory.c
400
struct snd_util_memhdr *hdr = hw->memhdr;
sound/pci/emu10k1/memory.c
422
struct snd_util_memhdr *hdr = emu->memhdr;
sound/pci/emu10k1/memory.c
438
static void get_single_page_range(struct snd_util_memhdr *hdr,
sound/pci/trident/trident.h
255
struct snd_util_memhdr * memhdr; /* page allocation list */
sound/pci/trident/trident_memory.c
108
search_empty(struct snd_util_memhdr *hdr, int size)
sound/pci/trident/trident_memory.c
160
struct snd_util_memhdr *hdr;
sound/pci/trident/trident_memory.c
201
struct snd_util_memhdr *hdr;
sound/pci/trident/trident_memory.c
255
struct snd_util_memhdr *hdr;
sound/synth/emux/emux.c
55
struct snd_util_memhdr *hdr,
sound/synth/emux/emux.c
64
struct snd_util_memhdr *hdr)
sound/synth/emux/soundfont.c
1390
snd_sf_new(struct snd_sf_callback *callback, struct snd_util_memhdr *hdr)
sound/synth/util_mem.c
125
snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size)
sound/synth/util_mem.c
137
__snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk)
sound/synth/util_mem.c
148
int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk)
sound/synth/util_mem.c
161
int snd_util_mem_avail(struct snd_util_memhdr *hdr)
sound/synth/util_mem.c
24
struct snd_util_memhdr *
sound/synth/util_mem.c
27
struct snd_util_memhdr *hdr;
sound/synth/util_mem.c
42
void snd_util_memhdr_free(struct snd_util_memhdr *hdr)
sound/synth/util_mem.c
60
__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size)
sound/synth/util_mem.c
97
__snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units,