Searched refs:hdac_dma (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h115 * struct hdac_dma
120 struct hdac_dma { struct
155 struct hdac_dma bdl;
187 struct hdac_dma corb_dma;
191 struct hdac_dma rirb_dma;
194 struct hdac_dma pos_dma;
H A Dhdac.c226 struct hdac_dma *, bus_size_t);
227 static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
575 * the struct hdac_dma passed in.
580 struct hdac_dma *dma;
583 dma = (struct hdac_dma *)callback_arg;
592 * This function allocate and setup a dma region (struct hdac_dma).
596 hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size)
673 * void hdac_dma_free(struct hdac_softc *, struct hdac_dma *)
679 hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma)

Completed in 61 milliseconds