Symbol: ucycom_softc
sys/dev/usb/ucycom.c
1022
tiocm_to_ucycom(struct ucycom_softc *sc, u_long how, int ttybits)
sys/dev/usb/ucycom.c
1054
ucycom_to_tiocm(struct ucycom_softc *sc)
sys/dev/usb/ucycom.c
1079
ucycom_dtr(struct ucycom_softc *sc, int set)
sys/dev/usb/ucycom.c
1095
ucycom_rts(struct ucycom_softc *sc, int set)
sys/dev/usb/ucycom.c
1111
ucycom_set_status(struct ucycom_softc *sc)
sys/dev/usb/ucycom.c
1134
ucycom_get_cfg(struct ucycom_softc *sc)
sys/dev/usb/ucycom.c
1157
ucycom_cleanup(struct ucycom_softc *sc)
sys/dev/usb/ucycom.c
181
Static int ucycom_configure(struct ucycom_softc *, uint32_t, uint8_t);
sys/dev/usb/ucycom.c
182
Static void tiocm_to_ucycom(struct ucycom_softc *, u_long, int);
sys/dev/usb/ucycom.c
183
Static int ucycom_to_tiocm(struct ucycom_softc *);
sys/dev/usb/ucycom.c
184
Static void ucycom_set_status(struct ucycom_softc *);
sys/dev/usb/ucycom.c
185
Static void ucycom_dtr(struct ucycom_softc *, int);
sys/dev/usb/ucycom.c
187
Static void ucycom_rts(struct ucycom_softc *, int);
sys/dev/usb/ucycom.c
189
Static void ucycom_cleanup(struct ucycom_softc *);
sys/dev/usb/ucycom.c
192
Static void ucycom_get_cfg(struct ucycom_softc *);
sys/dev/usb/ucycom.c
206
CFATTACH_DECL_NEW(ucycom, sizeof(struct ucycom_softc), ucycom_match,
sys/dev/usb/ucycom.c
221
struct ucycom_softc *sc = device_private(self);
sys/dev/usb/ucycom.c
264
struct ucycom_softc *sc = device_private(self);
sys/dev/usb/ucycom.c
312
struct ucycom_softc *sc = device_private(self);
sys/dev/usb/ucycom.c
327
ucycom_shutdown(struct ucycom_softc *sc)
sys/dev/usb/ucycom.c
346
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
461
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
487
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
615
struct ucycom_softc *sc = cookie;
sys/dev/usb/ucycom.c
633
struct ucycom_softc *sc = (struct ucycom_softc *)p;
sys/dev/usb/ucycom.c
675
struct ucycom_softc *sc = tp->t_sc;
sys/dev/usb/ucycom.c
766
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
784
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
801
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
813
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
889
struct ucycom_softc *sc =
sys/dev/usb/ucycom.c
905
ucycom_configure(struct ucycom_softc *sc, uint32_t baud, uint8_t cfg)
sys/dev/usb/ucycom.c
963
struct ucycom_softc *sc = cookie;