HomeSort by: relevance | last modified time | path
    Searched refs:up_tt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 480 up->up_tt = &tts[UHUB_IS_SINGLE_TT(sc) ? 0 : p - 1];
481 up->up_tt->utt_hub = hub;
483 up->up_tt = NULL;
943 if (hub->uh_ports[0].up_tt)
944 kmem_free(hub->uh_ports[0].up_tt,
usbdivar.h 140 struct usbd_tt *up_tt; /* Transaction translator (if any) */ member in struct:usbd_port

Completed in 241 milliseconds