Home
last modified time | relevance | path

Searched full:vcc_supply (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/phy/ingenic/
H A Dphy-ingenic-usb.c96 struct regulator *vcc_supply; member
127 regulator_disable(priv->vcc_supply); in ingenic_usb_phy_exit()
137 err = regulator_enable(priv->vcc_supply); in ingenic_usb_phy_power_on()
150 regulator_disable(priv->vcc_supply); in ingenic_usb_phy_power_off()
347 priv->vcc_supply = devm_regulator_get(dev, "vcc"); in ingenic_usb_phy_probe()
348 if (IS_ERR(priv->vcc_supply)) { in ingenic_usb_phy_probe()
349 err = PTR_ERR(priv->vcc_supply); in ingenic_usb_phy_probe()
/linux/drivers/media/spi/
H A Dcxd2880-spi.c55 struct regulator *vcc_supply; member
523 dvb_spi->vcc_supply = devm_regulator_get_optional(&spi->dev, "vcc"); in cxd2880_spi_probe()
524 if (IS_ERR(dvb_spi->vcc_supply)) { in cxd2880_spi_probe()
525 if (PTR_ERR(dvb_spi->vcc_supply) == -EPROBE_DEFER) { in cxd2880_spi_probe()
529 dvb_spi->vcc_supply = NULL; in cxd2880_spi_probe()
531 ret = regulator_enable(dvb_spi->vcc_supply); in cxd2880_spi_probe()
621 if (dvb_spi->vcc_supply) in cxd2880_spi_probe()
622 regulator_disable(dvb_spi->vcc_supply); in cxd2880_spi_probe()
641 if (dvb_spi->vcc_supply) in cxd2880_spi_remove()
642 regulator_disable(dvb_spi->vcc_supply); in cxd2880_spi_remove()
[all...]
/linux/drivers/gpu/drm/panel/
H A Dpanel-renesas-r61307.c32 struct regulator *vcc_supply; member
97 ret = regulator_enable(priv->vcc_supply); in renesas_r61307_prepare()
187 regulator_disable(priv->vcc_supply); in renesas_r61307_unprepare()
246 priv->vcc_supply = devm_regulator_get(dev, "vcc"); in renesas_r61307_probe()
247 if (IS_ERR(priv->vcc_supply)) in renesas_r61307_probe()
248 return dev_err_probe(dev, PTR_ERR(priv->vcc_supply), in renesas_r61307_probe()
/linux/drivers/usb/typec/mux/
H A Dnb7vpq904m.c65 struct regulator *vcc_supply; member
416 nb7->vcc_supply = devm_regulator_get_optional(dev, "vcc"); in nb7vpq904m_probe()
417 if (IS_ERR(nb7->vcc_supply)) in nb7vpq904m_probe()
418 return PTR_ERR(nb7->vcc_supply); in nb7vpq904m_probe()
436 ret = regulator_enable(nb7->vcc_supply); in nb7vpq904m_probe()
475 regulator_disable(nb7->vcc_supply); in nb7vpq904m_probe()
495 regulator_disable(nb7->vcc_supply); in nb7vpq904m_remove()
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-dpi.yaml45 power-supply = <&vcc_supply>;