Symbol: umct_softc
sys/dev/usb/umct.c
100
void umct_set_lcr(struct umct_softc *, u_int);
sys/dev/usb/umct.c
104
void umct_dtr(struct umct_softc *, int);
sys/dev/usb/umct.c
105
void umct_rts(struct umct_softc *, int);
sys/dev/usb/umct.c
106
void umct_break(struct umct_softc *, int);
sys/dev/usb/umct.c
107
void umct_set_line_state(struct umct_softc *);
sys/dev/usb/umct.c
146
sizeof(struct umct_softc), umct_match, umct_attach, umct_detach
sys/dev/usb/umct.c
164
struct umct_softc *sc = (struct umct_softc *)self;
sys/dev/usb/umct.c
286
struct umct_softc *sc = (struct umct_softc *)self;
sys/dev/usb/umct.c
306
umct_set_line_state(struct umct_softc *sc)
sys/dev/usb/umct.c
329
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
347
umct_dtr(struct umct_softc *sc, int onoff)
sys/dev/usb/umct.c
360
umct_rts(struct umct_softc *sc, int onoff)
sys/dev/usb/umct.c
372
umct_break(struct umct_softc *sc, int onoff)
sys/dev/usb/umct.c
381
umct_set_lcr(struct umct_softc *sc, u_int data)
sys/dev/usb/umct.c
398
umct_set_baudrate(struct umct_softc *sc, u_int rate, int cts)
sys/dev/usb/umct.c
453
umct_init(struct umct_softc *sc)
sys/dev/usb/umct.c
462
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
506
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
539
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
560
struct umct_softc *sc = priv;
sys/dev/usb/umct.c
592
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
98
void umct_init(struct umct_softc *);
sys/dev/usb/umct.c
99
void umct_set_baudrate(struct umct_softc *, u_int, int);