Home
last modified time | relevance | path

Searched refs:ucom_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Ducom.c144 struct ucom_softc { struct
228 static void ucom_cleanup(struct ucom_softc *, int);
232 static void ucom_shutdown(struct ucom_softc *);
233 static void ucom_dtr(struct ucom_softc *, int);
234 static void ucom_rts(struct ucom_softc *, int);
235 static void ucom_break(struct ucom_softc *, int);
236 static void tiocm_to_ucom(struct ucom_softc *, u_long, int);
237 static int ucom_to_tiocm(struct ucom_softc *);
240 static void ucom_submit_write(struct ucom_softc *, struct ucom_buffer *);
241 static void ucom_write_status(struct ucom_softc *, struct ucom_buffer *,
[all …]
Ducomvar.h37 struct ucom_softc;
166 void ucom_status_change(struct ucom_softc *);