Searched refs:phy_lowpower (Results 1 – 1 of 1) sorted by relevance
168 int (*phy_lowpower)(struct rockchip_usb2phy *rphy, bool en); member1755 if (rphy->phy_cfg->phy_lowpower) in rockchip_usb2phy_pm_suspend()1756 ret = rphy->phy_cfg->phy_lowpower(rphy, true); in rockchip_usb2phy_pm_suspend()1774 if (rphy->phy_cfg->phy_lowpower) in rockchip_usb2phy_pm_resume()1775 ret = rphy->phy_cfg->phy_lowpower(rphy, false); in rockchip_usb2phy_pm_resume()1838 .phy_lowpower = rv1126_usb2phy_low_power,1886 .phy_lowpower = rv1126_usb2phy_low_power,