Home
last modified time | relevance | path

Searched refs:usb_phy_roothub_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/core/
Dphy.c49 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev) in usb_phy_roothub_alloc() function
76 EXPORT_SYMBOL_GPL(usb_phy_roothub_alloc);
Dphy.h14 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev);
Dhcd.c2819 hcd->phy_roothub = usb_phy_roothub_alloc(hcd->self.sysdev); in usb_add_hcd()