tts               143 dev/usb/uhub.c 	struct usbd_tt *tts = NULL;
tts               284 dev/usb/uhub.c 		tts = malloc((UHUB_IS_SINGLE_TT(sc) ? 1 : nports) *
tts               286 dev/usb/uhub.c 		if (!tts)
tts               303 dev/usb/uhub.c 			up->tt = &tts[UHUB_IS_SINGLE_TT(sc) ? 0 : p];