Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/serial/
HDusb_serial.c151 static void ucom_dtr(struct ucom_softc *, uint8_t);
924 ucom_dtr(sc, onoff); in ucom_modem()
1046 ucom_dtr(struct ucom_softc *sc, uint8_t onoff) in ucom_dtr() function