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

/linux-4.4.14/sound/isa/gus/
H A Dgus_mem.c33 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) snd_gf1_mem_lock()
42 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, snd_gf1_mem_xalloc()
78 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) snd_gf1_mem_xfree()
108 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, snd_gf1_mem_look()
121 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, snd_gf1_mem_share()
136 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, snd_gf1_mem_find()
188 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, snd_gf1_mem_alloc()
222 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) snd_gf1_mem_free()
239 struct snd_gf1_mem *alloc; snd_gf1_mem_init()
274 struct snd_gf1_mem *alloc; snd_gf1_mem_done()
292 struct snd_gf1_mem *alloc; snd_gf1_mem_info_read()
/linux-4.4.14/include/sound/
H A Dgus.h202 struct snd_gf1_mem { struct
313 struct snd_gf1_mem mem_alloc;
549 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup);
550 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block);
551 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner,
554 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address);
555 int snd_gf1_mem_free_owner(struct snd_gf1_mem * alloc, int owner);

Completed in 128 milliseconds