Home
last modified time | relevance | path

Searched refs:vcc_regulator (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-aw2013.c65 struct regulator *vcc_regulator; member
109 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()