Searched refs:hdaudio_dma_alloc (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/dev/hdaudio/ |
| H A D | hdaudio.c | 158 hdaudio_dma_alloc(struct hdaudio_softc *sc, struct hdaudio_dma *dma, in hdaudio_dma_alloc() function 848 if ((err = hdaudio_dma_alloc(sc, &sc->sc_corb, BUS_DMA_WRITE)) != 0) in hdaudio_attach() 858 if ((err = hdaudio_dma_alloc(sc, &sc->sc_rirb, BUS_DMA_READ)) != 0) in hdaudio_attach() 1032 err = hdaudio_dma_alloc(sc, &dma, BUS_DMA_COHERENT | BUS_DMA_NOCACHE); in hdaudio_stream_establish()
|
| H A D | hdaudiovar.h | 176 int hdaudio_dma_alloc(struct hdaudio_softc *, struct hdaudio_dma *, int);
|
| H A D | hdafg.c | 4271 err = hdaudio_dma_alloc(st->st_host, &st->st_data, in hdafg_allocm()
|