Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dphy.h311 usb_phy_set_wakeup(struct usb_phy *x, bool enabled) in usb_phy_set_wakeup() function
/openbmc/linux/drivers/usb/chipidea/
H A Dcore.c1366 usb_phy_set_wakeup(ci->usb_phy, false); in ci_controller_resume()
1413 usb_phy_set_wakeup(ci->usb_phy, true); in ci_suspend()
1479 usb_phy_set_wakeup(ci->usb_phy, true); in ci_runtime_suspend()
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c906 usb_phy_set_wakeup(u_phy, false); in tegra_usb_phy_shutdown()