Searched defs:usb_hcd (Results 1 – 2 of 2) sorted by relevance
82 struct usb_hcd { struct87 struct usb_bus self; /* hcd is-a bus */88 struct kref kref; /* reference counter */90 const char *product_desc; /* product/vendor string */91 int speed; /* Speed for this roothub.95 char irq_descr[24]; /* driver + bus # */97 struct timer_list rh_timer; /* drives root-hub polling */98 struct urb *status_urb; /* the current status urb */100 struct work_struct wakeup_work; /* for remote wakeup */102 struct work_struct died_work; /* for when the device dies */[all …]
578 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local