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,
247 tt = find_tt(qh->ps.udev);
437 if (same_tt(dev, here.qh->ps.udev)) {
519 dev_dbg(&qh->ps.udev->dev,
612 dev_dbg(&qh->ps.udev->dev,
812 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) {
847 tt = find_tt(qh->ps.udev);
1111 stream->ps.udev = dev;
1340 tt = find_tt(stream->ps.udev);
1410 stream->ps.udev, frame, mask))
1486 struct ehci_tt *tt = find_tt(stream->ps.udev);