Home
last modified time | relevance | path

Searched refs:phy_off_for_suspend (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dplatform.c666 dwc2->phy_off_for_suspend = true; in dwc2_suspend()
677 if (dwc2->phy_off_for_suspend && dwc2->ll_hw_enabled) { in dwc2_resume()
682 dwc2->phy_off_for_suspend = false; in dwc2_resume()
H A Dcore.h872 * @phy_off_for_suspend: Status of whether we turned the PHY off at suspend.
1067 unsigned int phy_off_for_suspend:1; member
/kernel/linux/linux-6.6/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.h857 * @phy_off_for_suspend: Status of whether we turned the PHY off at suspend.
1055 unsigned int phy_off_for_suspend:1; member

Completed in 9 milliseconds