Searched refs:hdac_dma_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c224 static int hdac_dma_alloc(struct hdac_softc *,
580 * int hdac_dma_alloc
586 hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size) function
665 * hdac_dma_alloc function.
1274 result = hdac_dma_alloc(sc, &sc->corb_dma,
1278 result = hdac_dma_alloc(sc, &sc->rirb_dma,
1285 result = hdac_dma_alloc(sc, &sc->streams[i].bdl,
1291 if (hdac_dma_alloc(sc, &sc->pos_dma, (sc->num_ss) * 8) != 0) {

Completed in 106 milliseconds