Lines Matching defs:ubsa_softc
135 struct ubsa_softc {
165 void ubsa_break(struct ubsa_softc *sc, int onoff);
166 int ubsa_request(struct ubsa_softc *, u_int8_t, u_int16_t);
167 void ubsa_dtr(struct ubsa_softc *, int);
168 void ubsa_rts(struct ubsa_softc *, int);
169 void ubsa_baudrate(struct ubsa_softc *, speed_t);
170 void ubsa_parity(struct ubsa_softc *, tcflag_t);
171 void ubsa_databits(struct ubsa_softc *, tcflag_t);
172 void ubsa_stopbits(struct ubsa_softc *, tcflag_t);
173 void ubsa_flow(struct ubsa_softc *, tcflag_t, tcflag_t);
214 sizeof(struct ubsa_softc), ubsa_match, ubsa_attach, ubsa_detach
232 struct ubsa_softc *sc = (struct ubsa_softc *)self;
357 struct ubsa_softc *sc = (struct ubsa_softc *)self;
378 ubsa_request(struct ubsa_softc *sc, u_int8_t request, u_int16_t value)
397 ubsa_dtr(struct ubsa_softc *sc, int onoff)
410 ubsa_rts(struct ubsa_softc *sc, int onoff)
423 ubsa_break(struct ubsa_softc *sc, int onoff)
434 struct ubsa_softc *sc;
453 ubsa_baudrate(struct ubsa_softc *sc, speed_t speed)
492 ubsa_parity(struct ubsa_softc *sc, tcflag_t cflag)
507 ubsa_databits(struct ubsa_softc *sc, tcflag_t cflag)
529 ubsa_stopbits(struct ubsa_softc *sc, tcflag_t cflag)
541 ubsa_flow(struct ubsa_softc *sc, tcflag_t cflag, tcflag_t iflag)
559 struct ubsa_softc *sc = addr;
575 struct ubsa_softc *sc = addr;
608 struct ubsa_softc *sc = addr;
630 struct ubsa_softc *sc = priv;
680 struct ubsa_softc *sc = addr;