Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/serial/
H A Dusb_serial.c163 static tsw_open_t ucom_open; variable
175 .tsw_open = ucom_open,
469 ucom_open(ucom_cons_softc->sc_tty); in ucom_attach_tty()
741 ucom_open(struct tty *tp) in ucom_open() function
1283 error = ucom_open(tp); in ucom_param()