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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Des1968.c450 struct esm_memory { struct
464 struct esm_memory *memory;
466 struct esm_memory *mixbuf;
1294 struct esm_memory *buf = list_entry(p, struct esm_memory, list);
1305 static struct esm_memory *snd_es1968_new_memory(struct es1968 *chip, int size)
1307 struct esm_memory *buf;
1313 buf = list_entry(p, struct esm_memory, list);
1322 struct esm_memory *chunk = kmalloc(sizeof(*chunk), GFP_KERNEL);
1341 static void snd_es1968_free_memory(struct es1968 *chip, struct esm_memory *bu
[all...]

Completed in 91 milliseconds