Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/usb/
Dphy.h311 usb_phy_set_wakeup(struct usb_phy *x, bool enabled) in usb_phy_set_wakeup() function
/linux-6.6.21/drivers/usb/chipidea/
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()
/linux-6.6.21/drivers/usb/phy/
Dphy-tegra-usb.c906 usb_phy_set_wakeup(u_phy, false); in tegra_usb_phy_shutdown()