Lines Matching defs:ubsa_softc
114 struct ubsa_softc {
149 void ubsa_close_pipe(struct ubsa_softc *);
151 void ubsa_break(struct ubsa_softc *, int, int);
152 int ubsa_request(struct ubsa_softc *, int, uint8_t, uint16_t);
153 void ubsa_dtr(struct ubsa_softc *, int, int);
154 void ubsa_quadumts_dtr(struct ubsa_softc *, int, int);
155 void ubsa_rts(struct ubsa_softc *, int, int);
156 void ubsa_quadumts_rts(struct ubsa_softc *, int, int);
157 void ubsa_baudrate(struct ubsa_softc *, int, speed_t);
158 void ubsa_parity(struct ubsa_softc *, int, tcflag_t);
159 void ubsa_databits(struct ubsa_softc *, int, tcflag_t);
160 void ubsa_stopbits(struct ubsa_softc *, int, tcflag_t);
161 void ubsa_flow(struct ubsa_softc *, int, tcflag_t, tcflag_t);