Searched refs:vcc_regulator (Results 1 – 1 of 1) sorted by relevance
65 struct regulator *vcc_regulator; member109 ret = regulator_disable(chip->vcc_regulator); in aw2013_chip_disable()126 ret = regulator_enable(chip->vcc_regulator); in aw2013_chip_enable()351 chip->vcc_regulator = devm_regulator_get(&client->dev, "vcc"); in aw2013_probe()352 ret = PTR_ERR_OR_ZERO(chip->vcc_regulator); in aw2013_probe()360 ret = regulator_enable(chip->vcc_regulator); in aw2013_probe()385 ret = regulator_disable(chip->vcc_regulator); in aw2013_probe()397 regulator_disable(chip->vcc_regulator); in aw2013_probe()