Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dhcd.h82 struct usb_hcd { struct
87 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 …]
/kernel/linux/linux-5.10/drivers/usb/core/
Dusb.c578 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local