Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c122 static void ucom_dtr(struct ucom_softc *, uint8_t);
670 ucom_dtr(sc, onoff); in ucom_modem()
792 ucom_dtr(struct ucom_softc *sc, uint8_t onoff) in ucom_dtr() function