Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c162 static tsw_open_t ucom_open; variable
174 .tsw_open = ucom_open,
468 ucom_open(ucom_cons_softc->sc_tty); in ucom_attach_tty()
783 ucom_open(struct tty *tp) in ucom_open() function
1340 error = ucom_open(tp); in ucom_param()