Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c163 static tsw_close_t ucom_close; variable
175 .tsw_close = ucom_close,
509 ucom_close(ucom_cons_softc->sc_tty); in ucom_detach_tty()
529 ucom_close(tp); /* close, if any */ in ucom_detach_tty()
875 ucom_close(struct tty *tp) in ucom_close() function
1394 ucom_close(tp); in ucom_param()