Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/extcon/
A Dextcon-intel-int3496.c34 struct regulator *vbus_boost; member
63 if (IS_ERR_OR_NULL(data->vbus_boost)) in int3496_set_vbus_boost()
70 ret = regulator_enable(data->vbus_boost); in int3496_set_vbus_boost()
72 ret = regulator_disable(data->vbus_boost); in int3496_set_vbus_boost()
154 data->vbus_boost = devm_regulator_get_optional(dev, "vbus"); in int3496_probe()
A Dextcon-intel-cht-wc.c109 struct regulator *vbus_boost; member
243 if (ext->vbus_boost && ext->vbus_boost_enabled != enable) { in cht_wc_extcon_set_otgmode()
245 ret = regulator_enable(ext->vbus_boost); in cht_wc_extcon_set_otgmode()
247 ret = regulator_disable(ext->vbus_boost); in cht_wc_extcon_set_otgmode()
432 ext->vbus_boost = devm_regulator_get_optional(ext->dev, "vbus"); in cht_wc_extcon_get_role_sw_and_regulator()
433 if (IS_ERR(ext->vbus_boost)) { in cht_wc_extcon_get_role_sw_and_regulator()
434 ret = PTR_ERR(ext->vbus_boost); in cht_wc_extcon_get_role_sw_and_regulator()
/linux-6.3-rc2/drivers/phy/samsung/
A Dphy-exynos5-usbdrd.c211 struct regulator *vbus_boost; member
494 if (phy_drd->vbus_boost) { in exynos5_usbdrd_phy_power_on()
495 ret = regulator_enable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()
517 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_on()
518 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()
544 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_off()
545 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_off()
898 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); in exynos5_usbdrd_phy_probe()
899 if (IS_ERR(phy_drd->vbus_boost)) { in exynos5_usbdrd_phy_probe()
900 ret = PTR_ERR(phy_drd->vbus_boost); in exynos5_usbdrd_phy_probe()
[all …]

Completed in 10 milliseconds