Searched refs:snd_gf1_mem (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/sound/isa/gus/ |
D | gus_mem.c | 18 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock() 28 snd_gf1_mem_xalloc(struct snd_gf1_mem *alloc, struct snd_gf1_mem_block *block, in snd_gf1_mem_xalloc() 70 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree() 100 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, in snd_gf1_mem_look() 113 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, in snd_gf1_mem_share() 128 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, in snd_gf1_mem_find() 180 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc() 213 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free() 231 struct snd_gf1_mem *alloc; in snd_gf1_mem_init() 260 struct snd_gf1_mem *alloc; in snd_gf1_mem_done() [all …]
|
/Linux-v6.6/include/sound/ |
D | gus.h | 187 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);
|