Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dphy.c299 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_power_on() function
324 EXPORT_SYMBOL_GPL(usb_phy_roothub_power_on);
363 err = usb_phy_roothub_power_on(phy_roothub); in usb_phy_roothub_resume()
H A Dphy.h25 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
H A Dhcd.c2836 retval = usb_phy_roothub_power_on(hcd->phy_roothub); in usb_add_hcd()