Home
last modified time | relevance | path

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

/linux-6.15/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 …]
/linux-6.15/drivers/usb/core/
H A Dusb.c647 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local