Lines Matching defs:uchcom_softc
130 struct uchcom_softc {
191 int uchcom_find_endpoints(struct uchcom_softc *,
193 void uchcom_close_intr_pipe(struct uchcom_softc *);
196 usbd_status uchcom_generic_control_out(struct uchcom_softc *sc,
198 usbd_status uchcom_generic_control_in(struct uchcom_softc *, uint8_t,
200 usbd_status uchcom_write_reg(struct uchcom_softc *, uint8_t, uint8_t,
202 usbd_status uchcom_read_reg(struct uchcom_softc *, uint8_t, uint8_t *,
204 usbd_status uchcom_get_version(struct uchcom_softc *, uint8_t *);
205 usbd_status uchcom_read_status(struct uchcom_softc *, uint8_t *);
206 usbd_status uchcom_set_dtrrts_10(struct uchcom_softc *, uint8_t);
207 usbd_status uchcom_set_dtrrts_20(struct uchcom_softc *, uint8_t);
208 int uchcom_update_version(struct uchcom_softc *);
209 void uchcom_convert_status(struct uchcom_softc *, uint8_t);
210 int uchcom_update_status(struct uchcom_softc *);
211 int uchcom_set_dtrrts(struct uchcom_softc *, int, int);
212 int uchcom_set_break(struct uchcom_softc *, int);
213 int uchcom_set_break_ch343(struct uchcom_softc *, int);
216 int uchcom_set_dte_rate_ch343(struct uchcom_softc *, uint32_t,
218 int uchcom_set_dte_rate(struct uchcom_softc *, uint32_t);
219 uint16_t uchcom_set_line_control(struct uchcom_softc *, tcflag_t,
221 int uchcom_clear_chip(struct uchcom_softc *);
222 int uchcom_reset_chip(struct uchcom_softc *);
223 int uchcom_setup_comm(struct uchcom_softc *);
224 int uchcom_setup_intr_pipe(struct uchcom_softc *);
255 sizeof(struct uchcom_softc), uchcom_match, uchcom_attach, uchcom_detach
277 struct uchcom_softc *sc = (struct uchcom_softc *)self;
328 struct uchcom_softc *sc = (struct uchcom_softc *)self;
344 uchcom_find_endpoints(struct uchcom_softc *sc,
451 uchcom_generic_control_out(struct uchcom_softc *sc, uint8_t reqno,
466 uchcom_generic_control_in(struct uchcom_softc *sc, uint8_t reqno,
483 uchcom_write_reg(struct uchcom_softc *sc,
496 uchcom_read_reg(struct uchcom_softc *sc,
520 uchcom_get_version(struct uchcom_softc *sc, uint8_t *rver)
537 uchcom_read_status(struct uchcom_softc *sc, uint8_t *rval)
544 uchcom_set_dtrrts_10(struct uchcom_softc *sc, uint8_t val)
551 uchcom_set_dtrrts_20(struct uchcom_softc *sc, uint8_t val)
562 uchcom_update_version(struct uchcom_softc *sc)
577 uchcom_convert_status(struct uchcom_softc *sc, uint8_t cur)
587 uchcom_update_status(struct uchcom_softc *sc)
605 uchcom_set_dtrrts(struct uchcom_softc *sc, int dtr, int rts)
628 uchcom_set_break(struct uchcom_softc *sc, int onoff)
653 uchcom_set_break_ch343(struct uchcom_softc *sc, int onoff)
732 uchcom_set_dte_rate_ch343(struct uchcom_softc *sc, uint32_t rate, uint16_t val)
752 uchcom_set_dte_rate(struct uchcom_softc *sc, uint32_t rate)
775 uchcom_set_line_control(struct uchcom_softc *sc, tcflag_t cflag, uint16_t *val)
852 uchcom_clear_chip(struct uchcom_softc *sc)
868 uchcom_reset_chip(struct uchcom_softc *sc)
889 uchcom_setup_comm(struct uchcom_softc *sc)
921 uchcom_setup_intr_pipe(struct uchcom_softc *sc)
945 uchcom_close_intr_pipe(struct uchcom_softc *sc)
966 struct uchcom_softc *sc = arg;
978 struct uchcom_softc *sc = arg;
1004 struct uchcom_softc *sc = arg;
1029 struct uchcom_softc *sc = arg;
1060 struct uchcom_softc *sc = arg;
1072 struct uchcom_softc *sc = priv;