Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A 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 …]
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dusb-compat.h7 struct usb_hcd { struct
8 void *hcd_priv;
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dusb.c578 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local