Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c243 static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
600 * It must be freed by a corresponding hdac_dma_free.
673 hdac_dma_free(sc, dma); in hdac_dma_alloc()
679 * void hdac_dma_free(struct hdac_softc *, struct hdac_dma *)
685 hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma) in hdac_dma_free()
1369 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_attach()
1371 hdac_dma_free(sc, &sc->rirb_dma); in hdac_attach()
1372 hdac_dma_free(sc, &sc->corb_dma); in hdac_attach()
1757 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_detach()
1759 hdac_dma_free(s in hdac_detach()
684 hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma) hdac_dma_free() function
[all...]