sys/dev/usb/umct.c
115
static void umct_init(struct umct_softc *);
sys/dev/usb/umct.c
116
static void umct_set_baudrate(struct umct_softc *, u_int);
sys/dev/usb/umct.c
117
static void umct_set_lcr(struct umct_softc *, u_int);
sys/dev/usb/umct.c
121
static void umct_dtr(struct umct_softc *, int);
sys/dev/usb/umct.c
122
static void umct_rts(struct umct_softc *, int);
sys/dev/usb/umct.c
123
static void umct_break(struct umct_softc *, int);
sys/dev/usb/umct.c
124
static void umct_set_line_state(struct umct_softc *);
sys/dev/usb/umct.c
155
CFATTACH_DECL2_NEW(umct, sizeof(struct umct_softc), umct_match,
sys/dev/usb/umct.c
170
struct umct_softc *sc = device_private(self);
sys/dev/usb/umct.c
313
struct umct_softc *sc = device_private(self);
sys/dev/usb/umct.c
320
umct_close_pipe(struct umct_softc *sc)
sys/dev/usb/umct.c
337
struct umct_softc *sc = device_private(self);
sys/dev/usb/umct.c
357
umct_set_line_state(struct umct_softc *sc)
sys/dev/usb/umct.c
380
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
401
umct_dtr(struct umct_softc *sc, int onoff)
sys/dev/usb/umct.c
414
umct_rts(struct umct_softc *sc, int onoff)
sys/dev/usb/umct.c
426
umct_break(struct umct_softc *sc, int onoff)
sys/dev/usb/umct.c
435
umct_set_lcr(struct umct_softc *sc, u_int data)
sys/dev/usb/umct.c
451
umct_set_baudrate(struct umct_softc *sc, u_int rate)
sys/dev/usb/umct.c
487
umct_init(struct umct_softc *sc)
sys/dev/usb/umct.c
496
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
541
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
574
struct umct_softc *sc = addr;
sys/dev/usb/umct.c
587
struct umct_softc *sc = priv;
sys/dev/usb/umct.c
619
struct umct_softc *sc = addr;