Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dtegra_usb_phy.h82 void tegra_usb_phy_postresume(struct usb_phy *phy);
/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c819 void tegra_usb_phy_postresume(struct usb_phy *x) in tegra_usb_phy_postresume() function
826 EXPORT_SYMBOL_GPL(tegra_usb_phy_postresume);
/linux-4.1.27/drivers/usb/host/
Dehci-tegra.c209 tegra_usb_phy_postresume(hcd->usb_phy); in tegra_ehci_hub_control()