ubsa_softc
CFATTACH_DECL2_NEW(ubsa, sizeof(struct ubsa_softc),
struct ubsa_softc *sc = device_private(self);
struct ubsa_softc *sc = device_private(self);
struct ubsa_softc *sc = device_private(self);
ubsa_dtr(struct ubsa_softc *sc, int portno, int onoff)
ubsa_rts(struct ubsa_softc *sc, int portno, int onoff)
ubsa_quadumts_dtr(struct ubsa_softc *sc, int portno, int onoff)
ubsa_quadumts_rts(struct ubsa_softc *sc, int portno, int onoff)
ubsa_break(struct ubsa_softc *sc, int portno, int onoff)
struct ubsa_softc *sc = addr;
ubsa_baudrate(struct ubsa_softc *sc, int portno, speed_t speed)
ubsa_parity(struct ubsa_softc *sc, int portno, tcflag_t cflag)
ubsa_databits(struct ubsa_softc *sc, int portno, tcflag_t cflag)
ubsa_stopbits(struct ubsa_softc *sc, int portno, tcflag_t cflag)
ubsa_flow(struct ubsa_softc *sc, int portno, tcflag_t cflag, tcflag_t iflag)
struct ubsa_softc *sc = addr;
struct ubsa_softc *sc = addr;
ubsa_close_pipe(struct ubsa_softc *sc)
struct ubsa_softc *sc = addr;
struct ubsa_softc *sc = priv;
struct ubsa_softc *sc = addr;
ubsa_request(struct ubsa_softc *sc, int portno, uint8_t request, uint16_t value)
void ubsa_close_pipe(struct ubsa_softc *);
void ubsa_break(struct ubsa_softc *, int, int);
int ubsa_request(struct ubsa_softc *, int, uint8_t, uint16_t);
void ubsa_dtr(struct ubsa_softc *, int, int);
void ubsa_quadumts_dtr(struct ubsa_softc *, int, int);
void ubsa_rts(struct ubsa_softc *, int, int);
void ubsa_quadumts_rts(struct ubsa_softc *, int, int);
void ubsa_baudrate(struct ubsa_softc *, int, speed_t);
void ubsa_parity(struct ubsa_softc *, int, tcflag_t);
void ubsa_databits(struct ubsa_softc *, int, tcflag_t);
void ubsa_stopbits(struct ubsa_softc *, int, tcflag_t);
void ubsa_flow(struct ubsa_softc *, int, tcflag_t, tcflag_t);
static usbd_status uhmodem_endpointhalt(struct ubsa_softc *, int);
CFATTACH_DECL2_NEW(uhmodem, sizeof(struct ubsa_softc), uhmodem_match,
struct ubsa_softc *sc = device_private(self);
struct ubsa_softc *sc = device_private(self);
struct ubsa_softc *sc = device_private(self);
struct ubsa_softc *sc = addr;
uhmodem_endpointhalt(struct ubsa_softc *sc, int iface)