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

/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdac_private.h113 * struct hdac_dma
118 struct hdac_dma { struct
153 struct hdac_dma bdl;
185 struct hdac_dma corb_dma;
189 struct hdac_dma rirb_dma;
192 struct hdac_dma pos_dma;
H A Dhdac.c187 struct hdac_dma *, bus_size_t);
188 static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
505 * the struct hdac_dma passed in.
510 struct hdac_dma *dma;
513 dma = (struct hdac_dma *)callback_arg;
522 * This function allocate and setup a dma region (struct hdac_dma).
526 hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size)
602 * void hdac_dma_free(struct hdac_softc *, struct hdac_dma *)
608 hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma)

Completed in 206 milliseconds