Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/core/
H A Dphy.c295 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub) in usb_phy_roothub_power_on() function
320 EXPORT_SYMBOL_GPL(usb_phy_roothub_power_on);
359 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.c2827 retval = usb_phy_roothub_power_on(hcd->phy_roothub); in usb_add_hcd()