Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Disl29018.c90 struct regulator *vcc_reg; member
695 err = regulator_disable(chip->vcc_reg); in isl29018_disable_regulator_action()
735 chip->vcc_reg = devm_regulator_get(&client->dev, "vcc"); in isl29018_probe()
736 if (IS_ERR(chip->vcc_reg)) in isl29018_probe()
737 return dev_err_probe(&client->dev, PTR_ERR(chip->vcc_reg), in isl29018_probe()
740 err = regulator_enable(chip->vcc_reg); in isl29018_probe()
787 ret = regulator_disable(chip->vcc_reg); in isl29018_suspend()
803 err = regulator_enable(chip->vcc_reg); in isl29018_resume()
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td043mtea1.c59 struct regulator *vcc_reg; member
286 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()
323 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()
487 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()
488 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()
489 r = dev_err_probe(&spi->dev, PTR_ERR(ddata->vcc_reg), in tpo_td043_probe()
/linux/drivers/gpu/drm/solomon/
H A Dssd130x.h97 struct regulator *vcc_reg; member