Searched refs:phy_supply (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_usb2phy.c88 regulator_t phy_supply; member in struct:rk_usb2phy_softc
129 if (sc->phy_supply) {
131 error = regulator_enable(sc->phy_supply);
133 error = regulator_disable(sc->phy_supply);
382 regulator_get_by_ofw_property(dev, host, "phy-supply", &sc->phy_supply);
H A Dif_dwc_rk.c492 regulator_t phy_supply; local
546 "phy-supply", &phy_supply) == 0) {
547 if (regulator_enable(phy_supply)) {

Completed in 111 milliseconds