Symbol: ubsa_softc
sys/dev/usb/ubsa.c
138
CFATTACH_DECL2_NEW(ubsa, sizeof(struct ubsa_softc),
sys/dev/usb/ubsa.c
153
struct ubsa_softc *sc = device_private(self);
sys/dev/usb/ubsa.c
295
struct ubsa_softc *sc = device_private(self);
sys/dev/usb/ubsa.c
308
struct ubsa_softc *sc = device_private(self);
sys/dev/usb/ubsa_common.c
127
ubsa_dtr(struct ubsa_softc *sc, int portno, int onoff)
sys/dev/usb/ubsa_common.c
140
ubsa_rts(struct ubsa_softc *sc, int portno, int onoff)
sys/dev/usb/ubsa_common.c
153
ubsa_quadumts_dtr(struct ubsa_softc *sc, int portno, int onoff)
sys/dev/usb/ubsa_common.c
167
ubsa_quadumts_rts(struct ubsa_softc *sc, int portno, int onoff)
sys/dev/usb/ubsa_common.c
181
ubsa_break(struct ubsa_softc *sc, int portno, int onoff)
sys/dev/usb/ubsa_common.c
194
struct ubsa_softc *sc = addr;
sys/dev/usb/ubsa_common.c
222
ubsa_baudrate(struct ubsa_softc *sc, int portno, speed_t speed)
sys/dev/usb/ubsa_common.c
261
ubsa_parity(struct ubsa_softc *sc, int portno, tcflag_t cflag)
sys/dev/usb/ubsa_common.c
276
ubsa_databits(struct ubsa_softc *sc, int portno, tcflag_t cflag)
sys/dev/usb/ubsa_common.c
298
ubsa_stopbits(struct ubsa_softc *sc, int portno, tcflag_t cflag)
sys/dev/usb/ubsa_common.c
310
ubsa_flow(struct ubsa_softc *sc, int portno, tcflag_t cflag, tcflag_t iflag)
sys/dev/usb/ubsa_common.c
330
struct ubsa_softc *sc = addr;
sys/dev/usb/ubsa_common.c
351
struct ubsa_softc *sc = addr;
sys/dev/usb/ubsa_common.c
382
ubsa_close_pipe(struct ubsa_softc *sc)
sys/dev/usb/ubsa_common.c
399
struct ubsa_softc *sc = addr;
sys/dev/usb/ubsa_common.c
413
struct ubsa_softc *sc = priv;
sys/dev/usb/ubsa_common.c
446
struct ubsa_softc *sc = addr;
sys/dev/usb/ubsa_common.c
98
ubsa_request(struct ubsa_softc *sc, int portno, uint8_t request, uint16_t value)
sys/dev/usb/ubsavar.h
149
void ubsa_close_pipe(struct ubsa_softc *);
sys/dev/usb/ubsavar.h
151
void ubsa_break(struct ubsa_softc *, int, int);
sys/dev/usb/ubsavar.h
152
int ubsa_request(struct ubsa_softc *, int, uint8_t, uint16_t);
sys/dev/usb/ubsavar.h
153
void ubsa_dtr(struct ubsa_softc *, int, int);
sys/dev/usb/ubsavar.h
154
void ubsa_quadumts_dtr(struct ubsa_softc *, int, int);
sys/dev/usb/ubsavar.h
155
void ubsa_rts(struct ubsa_softc *, int, int);
sys/dev/usb/ubsavar.h
156
void ubsa_quadumts_rts(struct ubsa_softc *, int, int);
sys/dev/usb/ubsavar.h
157
void ubsa_baudrate(struct ubsa_softc *, int, speed_t);
sys/dev/usb/ubsavar.h
158
void ubsa_parity(struct ubsa_softc *, int, tcflag_t);
sys/dev/usb/ubsavar.h
159
void ubsa_databits(struct ubsa_softc *, int, tcflag_t);
sys/dev/usb/ubsavar.h
160
void ubsa_stopbits(struct ubsa_softc *, int, tcflag_t);
sys/dev/usb/ubsavar.h
161
void ubsa_flow(struct ubsa_softc *, int, tcflag_t, tcflag_t);
sys/dev/usb/uhmodem.c
128
static usbd_status uhmodem_endpointhalt(struct ubsa_softc *, int);
sys/dev/usb/uhmodem.c
171
CFATTACH_DECL2_NEW(uhmodem, sizeof(struct ubsa_softc), uhmodem_match,
sys/dev/usb/uhmodem.c
190
struct ubsa_softc *sc = device_private(self);
sys/dev/usb/uhmodem.c
382
struct ubsa_softc *sc = device_private(self);
sys/dev/usb/uhmodem.c
395
struct ubsa_softc *sc = device_private(self);
sys/dev/usb/uhmodem.c
421
struct ubsa_softc *sc = addr;
sys/dev/usb/uhmodem.c
507
uhmodem_endpointhalt(struct ubsa_softc *sc, int iface)