Home | History | Annotate | Download | only in pci

Lines Matching defs:oboe_softc

89 struct oboe_softc {
131 static int oboe_reset(struct oboe_softc *);
145 static int oboe_alloc_taskfile(struct oboe_softc *);
146 static void oboe_init_taskfile(struct oboe_softc *);
147 static void oboe_startchip(struct oboe_softc *);
148 static void oboe_stopchip(struct oboe_softc *);
149 static int oboe_setbaud(struct oboe_softc *, int);
151 CFATTACH_DECL_NEW(oboe, sizeof(struct oboe_softc),
174 struct oboe_softc *sc = device_private(self);
246 struct oboe_softc *sc = device_private(self);
259 struct oboe_softc *sc = h;
275 struct oboe_softc *sc = h;
295 struct oboe_softc *sc = h;
345 struct oboe_softc *sc = h;
401 struct oboe_softc *sc = h;
418 struct oboe_softc *sc = h;
427 struct oboe_softc *sc = h;
440 struct oboe_softc *sc = h;
466 struct oboe_softc *sc = kn->kn_hook;
477 struct oboe_softc *sc = kn->kn_hook;
493 struct oboe_softc *sc = h;
516 oboe_reset(struct oboe_softc *sc)
528 struct oboe_softc *sc = p;
597 oboe_init_taskfile(struct oboe_softc *sc)
622 oboe_alloc_taskfile(struct oboe_softc *sc)
650 oboe_startchip (struct oboe_softc *sc)
682 oboe_stopchip (struct oboe_softc *sc)
704 oboe_setbaud(struct oboe_softc *sc, int baud)