Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/dac/
Dds4424.c62 struct regulator *vcc_reg; member
245 data->vcc_reg = devm_regulator_get(&client->dev, "vcc"); in ds4424_probe()
246 if (IS_ERR(data->vcc_reg)) { in ds4424_probe()
249 PTR_ERR(data->vcc_reg)); in ds4424_probe()
250 return PTR_ERR(data->vcc_reg); in ds4424_probe()
254 ret = regulator_enable(data->vcc_reg); in ds4424_probe()
294 regulator_disable(data->vcc_reg); in ds4424_probe()
304 regulator_disable(data->vcc_reg); in ds4424_remove()
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Drohm,bd28623.txt24 VCCA-supply = <&vcc_reg>;
25 VCCP1-supply = <&vcc_reg>;
26 VCCP2-supply = <&vcc_reg>;
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-tpo-td043mtea1.c64 struct regulator *vcc_reg; member
296 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()
335 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()
527 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()
528 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()
530 r = PTR_ERR(ddata->vcc_reg); in tpo_td043_probe()
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dpanel-tpo-td043mtea1.c62 struct regulator *vcc_reg; member
296 r = regulator_enable(ddata->vcc_reg); in tpo_td043_power_on()
335 regulator_disable(ddata->vcc_reg); in tpo_td043_power_off()
522 ddata->vcc_reg = devm_regulator_get(&spi->dev, "vcc"); in tpo_td043_probe()
523 if (IS_ERR(ddata->vcc_reg)) { in tpo_td043_probe()
525 r = PTR_ERR(ddata->vcc_reg); in tpo_td043_probe()