Searched refs:vbus_boost (Results 1 – 3 of 3) sorted by relevance
34 struct regulator *vbus_boost; member63 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()
109 struct regulator *vbus_boost; member243 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()
239 struct regulator *vbus_boost; member525 if (phy_drd->vbus_boost) { in exynos5_usbdrd_phy_power_on()526 ret = regulator_enable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()548 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_on()549 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()575 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_off()576 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_off()1074 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); in exynos5_usbdrd_phy_probe()1075 if (IS_ERR(phy_drd->vbus_boost)) { in exynos5_usbdrd_phy_probe()1076 ret = PTR_ERR(phy_drd->vbus_boost); in exynos5_usbdrd_phy_probe()[all …]