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

  /src/sys/dev/usb/
ucom.c 238 static void ucom_rts(struct ucom_softc *, int);
1044 ucom_rts(sc, 1);
1418 ucom_rts(sc, (mcr & UMCR_RTS) != 0);
1479 ucom_rts(struct ucom_softc *sc, int onoff) function
ucom.c 238 static void ucom_rts(struct ucom_softc *, int);
1044 ucom_rts(sc, 1);
1418 ucom_rts(sc, (mcr & UMCR_RTS) != 0);
1479 ucom_rts(struct ucom_softc *sc, int onoff) function

Completed in 37 milliseconds