Lines Matching defs:udev
101 static struct ehci_tt *find_tt(struct usb_device *udev)
103 struct usb_tt *utt = udev->tt;
128 port = udev->ttport - 1;
138 hcd_to_ehci(bus_to_hcd(udev->bus));
158 /* Release the TT above udev, if it's not in use */
159 static void drop_tt(struct usb_device *udev)
161 struct usb_tt *utt = udev->tt;
171 ptt = &tt_index[udev->ttport - 1];
197 dev_dbg(&ps->udev->dev,
253 tt = find_tt(qh->ps.udev);
443 if (same_tt(dev, here.qh->ps.udev)) {
526 dev_dbg(&qh->ps.udev->dev,
619 dev_dbg(&qh->ps.udev->dev,
819 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) {
854 tt = find_tt(qh->ps.udev);
1118 stream->ps.udev = dev;
1351 tt = find_tt(stream->ps.udev);
1421 stream->ps.udev, frame, mask))
1497 struct ehci_tt *tt = find_tt(stream->ps.udev);