Searched refs:phy_supply (Results 1 – 2 of 2) sorted by relevance
88 regulator_t phy_supply; member129 if (sc->phy_supply) { in rk_usb2phy_enable()131 error = regulator_enable(sc->phy_supply); in rk_usb2phy_enable()133 error = regulator_disable(sc->phy_supply); in rk_usb2phy_enable()382 regulator_get_by_ofw_property(dev, host, "phy-supply", &sc->phy_supply); in rk_usb2phy_attach()
491 regulator_t phy_supply; in if_dwc_rk_init() local545 "phy-supply", &phy_supply) == 0) { in if_dwc_rk_init()546 if (regulator_enable(phy_supply)) { in if_dwc_rk_init()