Symbol: uchcom_softc
sys/dev/usb/uchcom.c
162
int uchcom_find_endpoints(struct uchcom_softc *,
sys/dev/usb/uchcom.c
164
void uchcom_close_intr_pipe(struct uchcom_softc *);
sys/dev/usb/uchcom.c
167
usbd_status uchcom_generic_control_out(struct uchcom_softc *sc,
sys/dev/usb/uchcom.c
169
usbd_status uchcom_generic_control_in(struct uchcom_softc *, uint8_t,
sys/dev/usb/uchcom.c
171
usbd_status uchcom_write_reg(struct uchcom_softc *, uint8_t, uint8_t,
sys/dev/usb/uchcom.c
173
usbd_status uchcom_read_reg(struct uchcom_softc *, uint8_t, uint8_t *,
sys/dev/usb/uchcom.c
175
usbd_status uchcom_get_version(struct uchcom_softc *, uint8_t *);
sys/dev/usb/uchcom.c
176
usbd_status uchcom_read_status(struct uchcom_softc *, uint8_t *);
sys/dev/usb/uchcom.c
177
usbd_status uchcom_set_dtrrts_10(struct uchcom_softc *, uint8_t);
sys/dev/usb/uchcom.c
178
usbd_status uchcom_set_dtrrts_20(struct uchcom_softc *, uint8_t);
sys/dev/usb/uchcom.c
179
int uchcom_update_version(struct uchcom_softc *);
sys/dev/usb/uchcom.c
180
void uchcom_convert_status(struct uchcom_softc *, uint8_t);
sys/dev/usb/uchcom.c
181
int uchcom_update_status(struct uchcom_softc *);
sys/dev/usb/uchcom.c
182
int uchcom_set_dtrrts(struct uchcom_softc *, int, int);
sys/dev/usb/uchcom.c
183
int uchcom_set_break(struct uchcom_softc *, int);
sys/dev/usb/uchcom.c
184
int uchcom_set_break_ch343(struct uchcom_softc *, int);
sys/dev/usb/uchcom.c
185
void uchcom_calc_baudrate(struct uchcom_softc *, uint32_t, uint8_t *,
sys/dev/usb/uchcom.c
187
int uchcom_set_dte_rate(struct uchcom_softc *, uint32_t, uint16_t);
sys/dev/usb/uchcom.c
188
uint16_t uchcom_set_line_control(struct uchcom_softc *, tcflag_t,
sys/dev/usb/uchcom.c
190
int uchcom_clear_chip(struct uchcom_softc *);
sys/dev/usb/uchcom.c
191
int uchcom_setup_intr_pipe(struct uchcom_softc *);
sys/dev/usb/uchcom.c
223
sizeof(struct uchcom_softc), uchcom_match, uchcom_attach, uchcom_detach
sys/dev/usb/uchcom.c
245
struct uchcom_softc *sc = (struct uchcom_softc *)self;
sys/dev/usb/uchcom.c
296
struct uchcom_softc *sc = (struct uchcom_softc *)self;
sys/dev/usb/uchcom.c
312
uchcom_find_endpoints(struct uchcom_softc *sc,
sys/dev/usb/uchcom.c
419
uchcom_generic_control_out(struct uchcom_softc *sc, uint8_t reqno,
sys/dev/usb/uchcom.c
434
uchcom_generic_control_in(struct uchcom_softc *sc, uint8_t reqno,
sys/dev/usb/uchcom.c
451
uchcom_write_reg(struct uchcom_softc *sc,
sys/dev/usb/uchcom.c
464
uchcom_read_reg(struct uchcom_softc *sc,
sys/dev/usb/uchcom.c
488
uchcom_get_version(struct uchcom_softc *sc, uint8_t *rver)
sys/dev/usb/uchcom.c
505
uchcom_read_status(struct uchcom_softc *sc, uint8_t *rval)
sys/dev/usb/uchcom.c
512
uchcom_set_dtrrts_10(struct uchcom_softc *sc, uint8_t val)
sys/dev/usb/uchcom.c
519
uchcom_set_dtrrts_20(struct uchcom_softc *sc, uint8_t val)
sys/dev/usb/uchcom.c
530
uchcom_update_version(struct uchcom_softc *sc)
sys/dev/usb/uchcom.c
545
uchcom_convert_status(struct uchcom_softc *sc, uint8_t cur)
sys/dev/usb/uchcom.c
552
uchcom_update_status(struct uchcom_softc *sc)
sys/dev/usb/uchcom.c
574
uchcom_set_dtrrts(struct uchcom_softc *sc, int dtr, int rts)
sys/dev/usb/uchcom.c
597
uchcom_set_break(struct uchcom_softc *sc, int onoff)
sys/dev/usb/uchcom.c
622
uchcom_set_break_ch343(struct uchcom_softc *sc, int onoff)
sys/dev/usb/uchcom.c
638
uchcom_calc_baudrate(struct uchcom_softc *sc, uint32_t rate, uint8_t *divisor,
sys/dev/usb/uchcom.c
666
uchcom_set_dte_rate(struct uchcom_softc *sc, uint32_t rate, uint16_t val)
sys/dev/usb/uchcom.c
697
uchcom_set_line_control(struct uchcom_softc *sc, tcflag_t cflag, uint16_t *val)
sys/dev/usb/uchcom.c
755
uchcom_clear_chip(struct uchcom_softc *sc)
sys/dev/usb/uchcom.c
771
uchcom_setup_intr_pipe(struct uchcom_softc *sc)
sys/dev/usb/uchcom.c
795
uchcom_close_intr_pipe(struct uchcom_softc *sc)
sys/dev/usb/uchcom.c
816
struct uchcom_softc *sc = arg;
sys/dev/usb/uchcom.c
828
struct uchcom_softc *sc = arg;
sys/dev/usb/uchcom.c
854
struct uchcom_softc *sc = arg;
sys/dev/usb/uchcom.c
880
struct uchcom_softc *sc = arg;
sys/dev/usb/uchcom.c
915
struct uchcom_softc *sc = arg;
sys/dev/usb/uchcom.c
927
struct uchcom_softc *sc = priv;