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.c164 static tsw_close_t ucom_close; variable
176 .tsw_close = ucom_close,
510 ucom_close(ucom_cons_softc->sc_tty); in ucom_detach_tty()
530 ucom_close(tp); /* close, if any */ in ucom_detach_tty()
876 ucom_close(struct tty *tp) in ucom_close() function
1395 ucom_close(tp); in ucom_param()