HomeSort by: relevance | last modified time | path
    Searched defs:ubsa_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ubsavar.h 114 struct ubsa_softc { struct
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)
    [all...]

Completed in 12 milliseconds