Searched defs:usb_hcd (Results 1 – 1 of 1) sorted by relevance
83 struct usb_hcd { struct88 struct usb_bus self; /* hcd is-a bus */89 struct kref kref; /* reference counter */91 const char *product_desc; /* product/vendor string */92 int speed; /* Speed for this roothub.96 char irq_descr[24]; /* driver + bus # */98 struct timer_list rh_timer; /* drives root-hub polling */99 struct urb *status_urb; /* the current status urb */101 struct work_struct wakeup_work; /* for remote wakeup */103 struct work_struct died_work; /* for when the device dies */[all …]