Home
last modified time | relevance | path

Searched refs:sc_super_ucom (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c87 struct ucom_super_softc sc_super_ucom; member
693 ucom_ref(&sc->sc_super_ucom); in u3g_attach()
749 error = ucom_attach(&sc->sc_super_ucom, sc->sc_ucom, in u3g_attach()
756 ucom_set_pnpinfo_usb(&sc->sc_super_ucom, dev); in u3g_attach()
776 ucom_detach(&sc->sc_super_ucom, sc->sc_ucom); in u3g_detach()
781 if (ucom_unref(&sc->sc_super_ucom)) { in u3g_detach()
791 if (ucom_unref(&sc->sc_super_ucom)) { in u3g_free_softc()

Completed in 2 milliseconds