Lines Matching refs:ehci_tt
101 static struct ehci_tt *find_tt(struct usb_device *udev) in find_tt()
104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt()
132 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
162 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt()
178 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
214 struct ehci_tt *tt; in reserve_release_intr_bandwidth()
262 struct ehci_tt *tt) in compute_tt_budget()
350 struct ehci_tt *tt, in tt_available()
767 struct ehci_tt *tt in check_intr_schedule()
835 struct ehci_tt *tt; in qh_schedule()
1305 struct ehci_tt *tt; in reserve_release_iso_bandwidth()
1378 struct ehci_tt *tt in sitd_slot_ok()
1486 struct ehci_tt *tt = find_tt(stream->ps.udev); in iso_stream_schedule()