HomeSort by: relevance | last modified time | path
    Searched refs:hdaudio_dma_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hdaudio/
hdaudiovar.h 176 int hdaudio_dma_alloc(struct hdaudio_softc *, struct hdaudio_dma *, int);
hdaudio.c 158 hdaudio_dma_alloc(struct hdaudio_softc *sc, struct hdaudio_dma *dma, function in typeref:typename:int
848 if ((err = hdaudio_dma_alloc(sc, &sc->sc_corb, BUS_DMA_WRITE)) != 0)
858 if ((err = hdaudio_dma_alloc(sc, &sc->sc_rirb, BUS_DMA_READ)) != 0)
1032 err = hdaudio_dma_alloc(sc, &dma, BUS_DMA_COHERENT | BUS_DMA_NOCACHE);
hdafg.c 4271 err = hdaudio_dma_alloc(st->st_host, &st->st_data,

Completed in 16 milliseconds