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

/freebsd-10.3-release/sys/dev/sound/pci/hda/
H A Dhdac.c190 static int hdac_reset(struct hdac_softc *, int);
191 static int hdac_get_capabilities(struct hdac_softc *);
193 static int hdac_dma_alloc(struct hdac_softc *,
195 static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
196 static int hdac_mem_alloc(struct hdac_softc *);
197 static void hdac_mem_free(struct hdac_softc *);
198 static int hdac_irq_alloc(struct hdac_softc *);
199 static void hdac_irq_free(struct hdac_softc *);
200 static void hdac_corb_init(struct hdac_softc *);
201 static void hdac_rirb_init(struct hdac_softc *);
[all...]
H A Dhdac_private.h163 struct hdac_softc { struct

Completed in 146 milliseconds