Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dphy.c175 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_power_on() function
200 EXPORT_SYMBOL_GPL(usb_phy_roothub_power_on);
239 err = usb_phy_roothub_power_on(phy_roothub); in usb_phy_roothub_resume()
H A Dphy.h22 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
H A Dhcd.c2814 retval = usb_phy_roothub_power_on(hcd->phy_roothub); in usb_add_hcd()