Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c115 static void ucom_detach_tty(struct ucom_super_softc *, struct ucom_softc *);
255 ucom_detach_tty(ssc, &sc[subunit]); in ucom_detach()
336 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty() function