Lines Matching refs:ehci_tt
114 static struct ehci_tt *find_tt(struct usb_device *udev) in find_tt()
117 struct ehci_tt *tt, **tt_index, **ptt; in find_tt()
144 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
174 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt()
190 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
226 struct ehci_tt *tt; in reserve_release_intr_bandwidth()
274 struct ehci_tt *tt) in compute_tt_budget()
381 struct ehci_tt *tt, in tt_available()
798 struct ehci_tt *tt in check_intr_schedule()
866 struct ehci_tt *tt; in qh_schedule()
1340 struct ehci_tt *tt; in reserve_release_iso_bandwidth()
1413 struct ehci_tt *tt in sitd_slot_ok()
1521 struct ehci_tt *tt = find_tt(stream->ps.udev); in iso_stream_schedule()