Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx.c292 struct emu_rm { struct
367 struct emu_rm *rm;
400 static int emu_rm_gpr_alloc(struct emu_rm *rm, int count);
2345 struct emu_rm *rm; in emu_rm_init()
2347 rm = malloc(sizeof(struct emu_rm), M_DEVBUF, M_NOWAIT | M_ZERO); in emu_rm_init()
2385 emu_rm_gpr_alloc(struct emu_rm *rm, int count) in emu_rm_gpr_alloc()