Home
last modified time | relevance | path

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

/drivers/usb/core/
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()
Dphy.h22 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
Dhcd.c2842 retval = usb_phy_roothub_power_on(hcd->phy_roothub); in usb_add_hcd()