Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dhcd.h68 struct usb_hcd { struct
99 struct usb_phy *usb_phy;
100 struct usb_phy_roothub *phy_roothub;
106 unsigned long flags;
152 unsigned skip_phy_initialization:1;
156 unsigned uses_new_polling:1;
161 unsigned cant_recv_wakeups:1;
186 struct usb_hcd *shared_hcd; argument
187 struct usb_hcd *primary_hcd; argument
193 int state;
[all …]
/openbmc/u-boot/drivers/usb/musb-new/
H A Dusb-compat.h7 struct usb_hcd { struct
8 void *hcd_priv;
/openbmc/linux/drivers/usb/core/
H A Dusb.c647 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local