Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/serial/
HDusb_serial.c149 static void ucom_ring(struct ucom_softc *, uint8_t);
733 ucom_ring(sc, 0); in ucom_open()
848 ucom_ring(sc, 1); in ucom_ioctl()
852 ucom_ring(sc, 0); in ucom_ioctl()
1024 ucom_ring(struct ucom_softc *sc, uint8_t onoff) in ucom_ring() function