Searched refs:vcc_reg (Results 1 – 3 of 3) sorted by relevance
90 struct regulator *vcc_reg; member695 err = regulator_disable(chip->vcc_reg); in isl29018_disable_regulator_action()735 chip->vcc_reg = devm_regulator_get(&client->dev, "vcc"); in isl29018_probe()736 if (IS_ERR(chip->vcc_reg)) in isl29018_probe()737 return dev_err_probe(&client->dev, PTR_ERR(chip->vcc_reg), in isl29018_probe()740 err = regulator_enable(chip->vcc_reg); in isl29018_probe()787 ret = regulator_disable(chip->vcc_reg); in isl29018_suspend()803 err = regulator_enable(chip->vcc_reg); in isl29018_resume()
59 struct regulator *vcc_reg; member286 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()323 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()487 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()488 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()489 r = dev_err_probe(&spi->dev, PTR_ERR(ddata->vcc_reg), in tpo_td043_probe()
97 struct regulator *vcc_reg; member