Searched refs:vcc_reg (Results 1 – 1 of 1) sorted by relevance
56 struct regulator *vcc_reg; member295 r = regulator_enable(tpo_td043->vcc_reg); in tpo_td043_power_on()334 regulator_disable(tpo_td043->vcc_reg); in tpo_td043_power_off()426 tpo_td043->vcc_reg = regulator_get(&dssdev->dev, "vcc"); in tpo_td043_probe()427 if (IS_ERR(tpo_td043->vcc_reg)) { in tpo_td043_probe()429 ret = PTR_ERR(tpo_td043->vcc_reg); in tpo_td043_probe()452 regulator_put(tpo_td043->vcc_reg); in tpo_td043_probe()465 regulator_put(tpo_td043->vcc_reg); in tpo_td043_remove()