Home
last modified time | relevance | path

Searched refs:phy_off_for_suspend (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dplatform.c689 dwc2->phy_off_for_suspend = true; in dwc2_suspend()
700 if (dwc2->phy_off_for_suspend && dwc2->ll_hw_enabled) { in dwc2_resume()
705 dwc2->phy_off_for_suspend = false; in dwc2_resume()
H A Dcore.h1067 unsigned int phy_off_for_suspend:1; member