Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c121 static void ucom_break(struct ucom_softc *, uint8_t);
574 ucom_break(sc, 0); in ucom_open()
781 ucom_break(struct ucom_softc *sc, uint8_t onoff) in ucom_break() function