Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pci/
H A Demu10k1.c248 static void *emu_memalloc(struct sc_info *sc, u_int32_t sz, bus_addr_t *addr);
576 buf = emu_memalloc(sc, sz, &tmp_addr); in emu_vinit()
1347 emu_memalloc(struct sc_info *sc, u_int32_t sz, bus_addr_t *addr) in emu_memalloc() function
H A Demu10kx.c386 static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
1086 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner) in emu_memalloc() function
1295 vbuf = emu_memalloc(&sc->mem, sz, &tmp_addr, "vinit"); in emu_vinit()