Searched full:vcc_reg (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | rohm,bd28623.yaml | 65 VCCA-supply = <&vcc_reg>; 66 VCCP1-supply = <&vcc_reg>; 67 VCCP2-supply = <&vcc_reg>;
|
| /linux/drivers/iio/light/ |
| H A D | isl29018.c | 91 struct regulator *vcc_reg; member 696 err = regulator_disable(chip->vcc_reg); in isl29018_disable_regulator_action() 736 chip->vcc_reg = devm_regulator_get(&client->dev, "vcc"); in isl29018_probe() 737 if (IS_ERR(chip->vcc_reg)) in isl29018_probe() 738 return dev_err_probe(&client->dev, PTR_ERR(chip->vcc_reg), in isl29018_probe() 741 err = regulator_enable(chip->vcc_reg); in isl29018_probe() 788 ret = regulator_disable(chip->vcc_reg); in isl29018_suspend() 804 err = regulator_enable(chip->vcc_reg); in isl29018_resume()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-tpo-td043mtea1.c | 59 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 D | ssd130x.h | 97 struct regulator *vcc_reg; member
|
| H A D | ssd130x.c | 378 ret = regulator_enable(ssd130x->vcc_reg); in ssd130x_power_on() 388 regulator_disable(ssd130x->vcc_reg); in ssd130x_power_on() 401 regulator_disable(ssd130x->vcc_reg); in ssd130x_power_off() 1980 ssd130x->vcc_reg = devm_regulator_get(dev, "vcc"); in ssd130x_get_resources() 1981 if (IS_ERR(ssd130x->vcc_reg)) in ssd130x_get_resources() 1982 return dev_err_probe(dev, PTR_ERR(ssd130x->vcc_reg), in ssd130x_get_resources()
|