OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
4288
err =
hdaudio_dma_alloc
(st->st_host, &st->st_data,
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026