Home
last modified time | relevance | path

Searched refs:snd_gf1_mem (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/isa/gus/
Dgus_mem.c18 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock()
27 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, in snd_gf1_mem_xalloc()
63 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree()
93 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, in snd_gf1_mem_look()
106 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, in snd_gf1_mem_share()
121 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, in snd_gf1_mem_find()
173 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc()
207 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free()
224 struct snd_gf1_mem *alloc; in snd_gf1_mem_init()
255 struct snd_gf1_mem *alloc; in snd_gf1_mem_done()
[all …]
/kernel/linux/linux-5.10/include/sound/
Dgus.h187 struct snd_gf1_mem { struct
298 struct snd_gf1_mem mem_alloc;
534 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup);
535 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block);
536 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner,
539 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address);
540 int snd_gf1_mem_free_owner(struct snd_gf1_mem * alloc, int owner);