Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c139 static struct ucom_softc *ucom_cons_softc = NULL; variable
511 if ((ucom_cons_softc == NULL) && in ucom_attach_tty()
518 ucom_cons_softc = sc; in ucom_attach_tty()
526 UCOM_MTX_LOCK(ucom_cons_softc); in ucom_attach_tty()
532 ucom_open(ucom_cons_softc); in ucom_attach_tty()
534 UCOM_MTX_UNLOCK(ucom_cons_softc); in ucom_attach_tty()
550 UCOM_MTX_LOCK(ucom_cons_softc); in ucom_detach_tty()
551 ucom_close(ucom_cons_softc); in ucom_detach_tty()
553 UCOM_MTX_UNLOCK(ucom_cons_softc); in ucom_detach_tty()
554 ucom_cons_softc = NULL; in ucom_detach_tty()
[all …]