Searched refs:vcc_reg (Results 1 – 4 of 4) sorted by relevance
62 struct regulator *vcc_reg; member245 data->vcc_reg = devm_regulator_get(&client->dev, "vcc"); in ds4424_probe()246 if (IS_ERR(data->vcc_reg)) { in ds4424_probe()249 PTR_ERR(data->vcc_reg)); in ds4424_probe()250 return PTR_ERR(data->vcc_reg); in ds4424_probe()254 ret = regulator_enable(data->vcc_reg); in ds4424_probe()294 regulator_disable(data->vcc_reg); in ds4424_probe()304 regulator_disable(data->vcc_reg); in ds4424_remove()
24 VCCA-supply = <&vcc_reg>;25 VCCP1-supply = <&vcc_reg>;26 VCCP2-supply = <&vcc_reg>;
64 struct regulator *vcc_reg; member296 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()335 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()527 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()528 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()530 r = PTR_ERR(ddata->vcc_reg); in tpo_td043_probe()
62 struct regulator *vcc_reg; member296 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()335 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()522 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()523 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()525 r = PTR_ERR(ddata->vcc_reg); in tpo_td043_probe()