Searched refs:hdac_dma_free (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/dev/sound/pci/hda/ |
| HD | hdac.c | 195 static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *); 602 hdac_dma_free(sc, dma); in hdac_dma_alloc() 615 hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma) in hdac_dma_free() function 1305 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_attach() 1307 hdac_dma_free(sc, &sc->rirb_dma); in hdac_attach() 1308 hdac_dma_free(sc, &sc->corb_dma); in hdac_attach() 1674 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_detach() 1676 hdac_dma_free(sc, &sc->pos_dma); in hdac_detach() 1677 hdac_dma_free(sc, &sc->rirb_dma); in hdac_detach() 1678 hdac_dma_free(sc, &sc->corb_dma); in hdac_detach()
|