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()
113 struct regulator *vbus_boost; member180 ret = regulator_enable(data->vbus_boost); in lc824206xa_set_vbus_boost()182 ret = regulator_disable(data->vbus_boost); in lc824206xa_set_vbus_boost()435 data->vbus_boost = devm_regulator_get(dev, "vbus"); in lc824206xa_probe()436 if (IS_ERR(data->vbus_boost)) in lc824206xa_probe()437 return dev_err_probe(dev, PTR_ERR(data->vbus_boost), in lc824206xa_probe()