Searched refs:vcc_supply (Results 1 – 2 of 2) sorted by relevance
52 regulator_t vcc_supply; member109 if (sc->vcc_supply) { in usb_nop_xceiv_phy_enable()111 error = regulator_enable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()113 error = regulator_disable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()163 regulator_get_by_ofw_property(dev, node, "vcc-supply", &sc->vcc_supply); in usb_nop_xceiv_attach()
1050 regulator_t vcc_supply; in aw_gpio_enable_bank_supply() local1059 if (regulator_get_by_ofw_property(sc->sc_dev, 0, bank_reg_name, &vcc_supply) == 0) { in aw_gpio_enable_bank_supply()1064 if (regulator_enable(vcc_supply) != 0) { in aw_gpio_enable_bank_supply()