Home | History | Annotate | Download | only in usb

Lines Matching defs:uchcom_softc

121 struct uchcom_softc
179 static int set_config(struct uchcom_softc *);
180 static int find_ifaces(struct uchcom_softc *, struct usbd_interface **);
181 static int find_endpoints(struct uchcom_softc *,
183 static void close_intr_pipe(struct uchcom_softc *);
200 sizeof(struct uchcom_softc),
224 struct uchcom_softc *sc = device_private(self);
287 struct uchcom_softc *sc = device_private(self);
296 struct uchcom_softc *sc = device_private(self);
316 set_config(struct uchcom_softc *sc)
331 find_ifaces(struct uchcom_softc *sc, struct usbd_interface **riface)
347 find_endpoints(struct uchcom_softc *sc, struct uchcom_endpoints *endpoints)
413 generic_control_out(struct uchcom_softc *sc, uint8_t reqno,
428 generic_control_in(struct uchcom_softc *sc, uint8_t reqno,
446 write_reg(struct uchcom_softc *sc,
459 read_reg(struct uchcom_softc *sc,
484 get_version(struct uchcom_softc *sc, uint8_t *rver)
501 get_status(struct uchcom_softc *sc, uint8_t *rval)
507 set_dtrrts_10(struct uchcom_softc *sc, uint8_t val)
513 set_dtrrts_20(struct uchcom_softc *sc, uint8_t val)
524 update_version(struct uchcom_softc *sc)
540 convert_status(struct uchcom_softc *sc, uint8_t cur)
550 update_status(struct uchcom_softc *sc)
568 set_dtrrts(struct uchcom_softc *sc, int dtr, int rts)
591 set_break(struct uchcom_softc *sc, int onoff)
676 set_dte_rate(struct uchcom_softc *sc, uint32_t rate)
697 set_line_control(struct uchcom_softc *sc, tcflag_t cflag)
747 clear_chip(struct uchcom_softc *sc)
767 setup_comm(struct uchcom_softc *sc)
800 setup_intr_pipe(struct uchcom_softc *sc)
824 close_intr_pipe(struct uchcom_softc *sc)
845 struct uchcom_softc *sc = arg;
857 struct uchcom_softc *sc = arg;
880 struct uchcom_softc *sc = arg;
901 struct uchcom_softc *sc = arg;
920 struct uchcom_softc *sc = arg;
936 struct uchcom_softc *sc = priv;