Lines Matching defs:hcd
6 /* this file is part of ehci-hcd.c */
472 struct usb_hcd *hcd;
479 hcd = bus_to_hcd(buf->bus);
480 ehci = hcd_to_ehci(hcd);
623 struct usb_hcd *hcd;
637 hcd = bus_to_hcd(buf->bus);
638 ehci = hcd_to_ehci(hcd);
757 struct usb_hcd *hcd;
765 hcd = bus_to_hcd(buf->bus);
766 ehci = hcd_to_ehci(hcd);
772 if (!HCD_HW_ACCESSIBLE(hcd)) {
777 hcd->self.controller->bus->name,
778 dev_name(hcd->self.controller),
779 hcd->product_desc);
789 hcd->self.controller->bus->name,
790 dev_name(hcd->self.controller),
791 hcd->product_desc,
798 if (dev_is_pci(hcd->self.controller)) {