Home
last modified time | relevance | path

Searched defs:usb_hcd (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/usb/
H A Dhcd.h68 struct usb_hcd { struct
73 struct usb_bus self; /* hcd is-a bus */
74 struct kref kref; /* reference counter */
76 const char *product_desc; /* product/vendor string */
77 int speed; /* Speed for this roothub.
81 char irq_descr[24]; /* driver + bus # */
83 struct timer_list rh_timer; /* drives root-hub polling */
84 struct urb *status_urb; /* the current status urb */
86 struct work_struct wakeup_work; /* for remote wakeup */
88 struct work_struct died_work; /* for when the device dies */
[all …]
/linux/drivers/usb/core/
H A Dusb.c647 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local