Symbol: auacer_softc
sys/dev/pci/auacer.c
174
static int auacer_alloc_cdata(struct auacer_softc *);
sys/dev/pci/auacer.c
176
static int auacer_allocmem(struct auacer_softc *, size_t, size_t,
sys/dev/pci/auacer.c
178
static int auacer_freemem(struct auacer_softc *, struct auacer_dma *);
sys/dev/pci/auacer.c
182
static int auacer_set_rate(struct auacer_softc *, int, u_int);
sys/dev/pci/auacer.c
184
static void auacer_reset(struct auacer_softc *sc);
sys/dev/pci/auacer.c
244
struct auacer_softc *sc;
sys/dev/pci/auacer.c
350
CFATTACH_DECL_NEW(auacer, sizeof(struct auacer_softc),
sys/dev/pci/auacer.c
354
auacer_ready_codec(struct auacer_softc *sc, int mask)
sys/dev/pci/auacer.c
369
auacer_sema_codec(struct auacer_softc *sc)
sys/dev/pci/auacer.c
384
struct auacer_softc *sc;
sys/dev/pci/auacer.c
409
struct auacer_softc *sc;
sys/dev/pci/auacer.c
429
struct auacer_softc *sc;
sys/dev/pci/auacer.c
439
struct auacer_softc *sc;
sys/dev/pci/auacer.c
475
auacer_reset(struct auacer_softc *sc)
sys/dev/pci/auacer.c
489
struct auacer_softc *sc;
sys/dev/pci/auacer.c
497
auacer_set_rate(struct auacer_softc *sc, int mode, u_int srate)
sys/dev/pci/auacer.c
528
struct auacer_softc *sc;
sys/dev/pci/auacer.c
563
auacer_halt(struct auacer_softc *sc, struct auacer_chan *chan)
sys/dev/pci/auacer.c
592
struct auacer_softc *sc;
sys/dev/pci/auacer.c
612
struct auacer_softc *sc;
sys/dev/pci/auacer.c
623
struct auacer_softc *sc;
sys/dev/pci/auacer.c
633
struct auacer_softc *sc;
sys/dev/pci/auacer.c
643
struct auacer_softc *sc;
sys/dev/pci/auacer.c
653
struct auacer_softc *sc;
sys/dev/pci/auacer.c
677
struct auacer_softc *sc;
sys/dev/pci/auacer.c
712
struct auacer_softc *sc;
sys/dev/pci/auacer.c
741
auacer_upd_chan(struct auacer_softc *sc, struct auacer_chan *chan)
sys/dev/pci/auacer.c
783
struct auacer_softc *sc;
sys/dev/pci/auacer.c
804
auacer_setup_chan(struct auacer_softc *sc, struct auacer_chan *chan,
sys/dev/pci/auacer.c
842
struct auacer_softc *sc;
sys/dev/pci/auacer.c
873
auacer_allocmem(struct auacer_softc *sc, size_t size, size_t align,
sys/dev/pci/auacer.c
911
auacer_freemem(struct auacer_softc *sc, struct auacer_dma *p)
sys/dev/pci/auacer.c
922
auacer_alloc_cdata(struct auacer_softc *sc)
sys/dev/pci/auacer.c
980
struct auacer_softc *sc = device_private(dv);