Searched refs:hdac_dma_alloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac.c | 241 static int hdac_dma_alloc(struct hdac_softc *, 597 * int hdac_dma_alloc 603 hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size) in hdac_dma_alloc() 682 * hdac_dma_alloc function. 1286 result = hdac_dma_alloc(sc, &sc->corb_dma, in hdac_attach() 1290 result = hdac_dma_alloc(sc, &sc->rirb_dma, in hdac_attach() 1297 result = hdac_dma_alloc(sc, &sc->streams[i].bdl, in hdac_attach() 1303 if (hdac_dma_alloc(sc, &sc->pos_dma, (sc->num_ss) * 8) != 0) { in hdac_attach() 602 hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size) hdac_dma_alloc() function
|