Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dphy.c125 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_power_on() function
150 EXPORT_SYMBOL_GPL(usb_phy_roothub_power_on);
189 err = usb_phy_roothub_power_on(phy_roothub); in usb_phy_roothub_resume()
Dphy.h19 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub);
Dhcd.c2755 retval = usb_phy_roothub_power_on(hcd->phy_roothub); in usb_add_hcd()