Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx.c278 struct emu_mem { struct
368 struct emu_mem mem; /* memory */
381 static void* emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, bus_dmamap_t *map);
382 static void emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map);
383 static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
384 static int emu_memfree(struct emu_mem *mem, void *membuf);
385 static int emu_memstart(struct emu_mem *mem, void *membuf);
1053 emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, in emu_malloc()
1075 emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map) in emu_free()
1082 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner) in emu_memalloc()
[all …]
H A Demu10k1.c166 struct emu_mem { struct
227 struct emu_mem mem;
1342 struct emu_mem *mem = &sc->mem; in emu_memalloc()
1397 struct emu_mem *mem = &sc->mem; in emu_memfree()
1421 struct emu_mem *mem = &sc->mem; in emu_memstart()