Lines Matching refs:sbscn_softc
151 void sbscn_attach_channel(struct sbscn_softc *sc, int chan, int intr);
244 CFATTACH_DECL_NEW(sbscn, sizeof(struct sbscn_softc),
284 struct sbscn_softc *sc = device_private(self); in sbscn_attach()
302 sbscn_attach_channel(struct sbscn_softc *sc, int chan, int intr) in sbscn_attach_channel()
435 struct sbscn_softc *sc = ch->ch_sc; in sbscn_status()
551 struct sbscn_softc *sc; in sbscnopen()
682 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev)); in sbscnclose()
708 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev)); in sbscnread()
718 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev)); in sbscnwrite()
728 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev)); in sbscnpoll()
738 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev)); in sbscntty()
748 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev)); in sbscnioctl()
981 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev)); in sbscn_param()
1177 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev)); in sbscn_hwiflow()
1227 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev)); in sbscn_start()
1283 struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev)); in sbscnstop()
1302 struct sbscn_softc *sc = ch->ch_sc; in sbscn_diag()