Searched defs:usb_hcd (Results 1 – 2 of 2) sorted by relevance
81 struct usb_hcd { struct86 struct usb_bus self; /* hcd is-a bus */87 struct kref kref; /* reference counter */89 const char *product_desc; /* product/vendor string */90 int speed; /* Speed for this roothub.94 char irq_descr[24]; /* driver + bus # */96 struct timer_list rh_timer; /* drives root-hub polling */97 struct urb *status_urb; /* the current status urb */99 struct work_struct wakeup_work; /* for remote wakeup */101 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