Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c120 static void ucom_ring(struct ucom_softc *, uint8_t);
572 ucom_ring(sc, 0); in ucom_open()
770 ucom_ring(struct ucom_softc *sc, uint8_t onoff) in ucom_ring() function