Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c83 U3G_N_TRANSFER, enumerator
90 struct usb_xfer *sc_xfer[U3G_MAXPORTS][U3G_N_TRANSFER];
121 static const struct usb_config u3g_config[U3G_N_TRANSFER] = {
669 struct usb_config u3g_config_tmp[U3G_N_TRANSFER]; in u3g_attach()
688 for (n = 0; n != U3G_N_TRANSFER; n++) in u3g_attach()
720 for (n = 0; n < U3G_N_TRANSFER; n++) in u3g_attach()
725 sc->sc_xfer[nports], u3g_config_tmp, U3G_N_TRANSFER, in u3g_attach()
779 usbd_transfer_unsetup(sc->sc_xfer[subunit], U3G_N_TRANSFER); in u3g_detach()
1066 usbd_transfer_poll(sc->sc_xfer[ucom->sc_subunit], U3G_N_TRANSFER); in u3g_poll()

Completed in 2 milliseconds