Lines Matching defs:auich_softc

169 struct auich_softc {
255 sizeof(struct auich_softc), auich_match, auich_attach,
296 void auich_halt_pipe(struct auich_softc *, int, struct auich_ring *);
305 void auich_trigger_pipe(struct auich_softc *, int, struct auich_ring *);
306 void auich_intr_pipe(struct auich_softc *, int, struct auich_ring *);
311 int auich_alloc_cdata(struct auich_softc *);
312 int auich_allocmem(struct auich_softc *, size_t, size_t, struct auich_dma *);
313 void auich_freemem(struct auich_softc *, struct auich_dma *);
315 void auich_resume(struct auich_softc *);
339 unsigned int auich_calibrate(struct auich_softc *);
359 struct auich_softc *sc = (struct auich_softc *)self;
525 struct auich_softc *sc = (struct auich_softc *)self;
540 struct auich_softc *sc = v;
562 struct auich_softc *sc = v;
584 struct auich_softc *sc = v;
593 struct auich_softc *sc = v;
614 struct auich_softc *sc = v;
622 struct auich_softc *sc = v;
629 struct auich_softc *sc = v;
642 struct auich_softc *sc = v;
651 struct auich_softc *sc = v;
770 auich_halt_pipe(struct auich_softc *sc, int pipe, struct auich_ring *ring)
803 struct auich_softc *sc = v;
818 struct auich_softc *sc = v;
836 struct auich_softc *sc = v;
843 struct auich_softc *sc = v;
850 struct auich_softc *sc = v;
857 struct auich_softc *sc = v;
892 struct auich_softc *sc;
921 struct auich_softc *sc = v;
1025 auich_trigger_pipe(struct auich_softc *sc, int pipe, struct auich_ring *ring)
1069 auich_intr_pipe(struct auich_softc *sc, int pipe, struct auich_ring *ring)
1112 struct auich_softc *sc = v;
1156 struct auich_softc *sc = v;
1196 auich_allocmem(struct auich_softc *sc, size_t size, size_t align,
1250 auich_freemem(struct auich_softc *sc, struct auich_dma *p)
1261 auich_alloc_cdata(struct auich_softc *sc)
1317 auich_resume(struct auich_softc *sc)
1335 auich_calibrate(struct auich_softc *sc)