Searched defs:usb_hcd (Results 1 – 1 of 1) sorted by relevance
69 struct usb_hcd { struct74 struct usb_bus self; /* hcd is-a bus */75 struct kref kref; /* reference counter */77 const char *product_desc; /* product/vendor string */78 int speed; /* Speed for this roothub.82 char irq_descr[24]; /* driver + bus # */84 struct timer_list rh_timer; /* drives root-hub polling */85 struct urb *status_urb; /* the current status urb */87 struct work_struct wakeup_work; /* for remote wakeup */89 struct work_struct died_work; /* for when the device dies */[all …]