Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dphy.h14 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev);
H A Dphy.c73 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev) in usb_phy_roothub_alloc() function
103 EXPORT_SYMBOL_GPL(usb_phy_roothub_alloc);
H A Dhcd.c2823 hcd->phy_roothub = usb_phy_roothub_alloc(hcd->self.sysdev); in usb_add_hcd()