Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dphy.c78 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_init() function
103 EXPORT_SYMBOL_GPL(usb_phy_roothub_init);
234 err = usb_phy_roothub_init(phy_roothub); in usb_phy_roothub_resume()
H A Dphy.h16 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub);
H A Dhcd.c2802 retval = usb_phy_roothub_init(hcd->phy_roothub); in usb_add_hcd()