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