HomeSort by: relevance | last modified time | path
    Searched defs:ucom_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ucom.c 144 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...]

Completed in 11 milliseconds