Searched refs:vcc_reg (Results 1 – 1 of 1) sorted by relevance
65 struct regulator *vcc_reg; member297 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()336 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()559 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()560 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()562 r = PTR_ERR(ddata->vcc_reg); in tpo_td043_probe()