Home
last modified time | relevance | path

Searched defs:usb_hcd (Results 1 – 4 of 4) 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-6.6/include/linux/usb/
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 …]
/kernel/linux/linux-5.10/drivers/usb/core/
Dusb.c654 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local
/kernel/linux/linux-6.6/drivers/usb/core/
Dusb.c647 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local