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

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c205 static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
540 * It must be freed by a corresponding hdac_dma_free.
612 hdac_dma_free(sc, dma);
619 * void hdac_dma_free(struct hdac_softc *, struct hdac_dma *)
625 hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma) function
1315 hdac_dma_free(sc, &sc->streams[i].bdl);
1317 hdac_dma_free(sc, &sc->rirb_dma);
1318 hdac_dma_free(sc, &sc->corb_dma);
1674 hdac_dma_free(sc, &sc->streams[i].bdl);
1676 hdac_dma_free(s
[all...]

Completed in 62 milliseconds