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.c150 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_init() function
175 EXPORT_SYMBOL_GPL(usb_phy_roothub_init);
358 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.c2826 retval = usb_phy_roothub_init(hcd->phy_roothub); in usb_add_hcd()