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 234 static void ucom_rts(struct ucom_softc *, int);
641 ucom_rts(sc, 1);
993 ucom_rts(sc, (mcr & UMCR_RTS) != 0);
1054 ucom_rts(struct ucom_softc *sc, int onoff) function in typeref:typename:void
ucom.c 234 static void ucom_rts(struct ucom_softc *, int);
641 ucom_rts(sc, 1);
993 ucom_rts(sc, (mcr & UMCR_RTS) != 0);
1054 ucom_rts(struct ucom_softc *sc, int onoff) function in typeref:typename:void

Completed in 24 milliseconds