HomeSort by: relevance | last modified time | path
    Searched refs:auixp_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
auixp.c 171 static int auixp_allocmem(struct auixp_softc *, size_t, size_t,
173 static int auixp_freemem(struct auixp_softc *, struct auixp_dma *);
176 static int auixp_init(struct auixp_softc *);
177 static void auixp_autodetect_codecs(struct auixp_softc *);
180 static void auixp_reset_aclink(struct auixp_softc *);
184 static int auixp_wait_for_codecs(struct auixp_softc *, const char *);
188 static void auixp_enable_dma(struct auixp_softc *, struct auixp_dma *);
189 static void auixp_disable_dma(struct auixp_softc *, struct auixp_dma *);
190 static void auixp_enable_interrupts(struct auixp_softc *);
191 static void auixp_disable_interrupts(struct auixp_softc *);
    [all...]
auixpvar.h 69 struct auixp_softc *sc;
80 struct auixp_softc { struct

Completed in 15 milliseconds