Home
last modified time | relevance | path

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

/freebsd-12.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.c387 static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
1091 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner) in emu_memalloc() function
1301 vbuf = emu_memalloc(&sc->mem, sz, &tmp_addr, "vinit"); in emu_vinit()