Searched refs:vcc_reg (Results 1 – 4 of 4) sorted by relevance
93 struct regulator *vcc_reg; member344 data->vcc_reg = devm_regulator_get(&client->dev, "vcc"); in ds4424_probe()345 if (IS_ERR(data->vcc_reg)) in ds4424_probe()346 return dev_err_probe(&client->dev, PTR_ERR(data->vcc_reg), in ds4424_probe()349 ret = regulator_enable(data->vcc_reg); in ds4424_probe()390 regulator_disable(data->vcc_reg); in ds4424_probe()400 regulator_disable(data->vcc_reg); in ds4424_remove()
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
379 ret = regulator_enable(ssd130x->vcc_reg); in ssd130x_power_on()389 regulator_disable(ssd130x->vcc_reg); in ssd130x_power_on()402 regulator_disable(ssd130x->vcc_reg); in ssd130x_power_off()1963 ssd130x->vcc_reg = devm_regulator_get(dev, "vcc"); in ssd130x_get_resources()1964 if (IS_ERR(ssd130x->vcc_reg)) in ssd130x_get_resources()1965 return dev_err_probe(dev, PTR_ERR(ssd130x->vcc_reg), in ssd130x_get_resources()