Lines Matching refs:wakeup_enable
2983 bool wakeup_enable = false; in rockchip_usb2phy_pm_suspend() local
2986 wakeup_enable = true; in rockchip_usb2phy_pm_suspend()
3027 if (rport->port_id == USB2PHY_PORT_OTG && wakeup_enable && in rockchip_usb2phy_pm_suspend()
3040 if (wakeup_enable && rport->ls_irq > 0) in rockchip_usb2phy_pm_suspend()
3047 if (wakeup_enable && rphy->irq > 0) in rockchip_usb2phy_pm_suspend()
3061 bool wakeup_enable = false; in rockchip_usb2phy_pm_resume() local
3064 wakeup_enable = true; in rockchip_usb2phy_pm_resume()
3070 if (!wakeup_enable) in rockchip_usb2phy_pm_resume()
3146 if (rport->port_id == USB2PHY_PORT_OTG && wakeup_enable && in rockchip_usb2phy_pm_resume()
3150 if (wakeup_enable && rport->ls_irq > 0) in rockchip_usb2phy_pm_resume()
3157 if (wakeup_enable && rphy->irq > 0) in rockchip_usb2phy_pm_resume()