Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dphy.c140 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_init() function
165 EXPORT_SYMBOL_GPL(usb_phy_roothub_init);
354 err = usb_phy_roothub_init(phy_roothub); in usb_phy_roothub_resume()
H A Dphy.h17 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
H A Dhcd.c2809 retval = usb_phy_roothub_init(hcd->phy_roothub); in usb_add_hcd()