Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dtegra_usb_phy.h83 void tegra_usb_phy_preresume(struct usb_phy *phy);
/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c894 void tegra_usb_phy_preresume(struct usb_phy *x) in tegra_usb_phy_preresume() function
901 EXPORT_SYMBOL_GPL(tegra_usb_phy_preresume);
/Linux-v4.19/drivers/usb/host/
Dehci-tegra.c248 tegra_usb_phy_preresume(hcd->usb_phy); in tegra_ehci_hub_control()