Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H 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()
H 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()
H A Dextcon-lc824206xa.c113 struct regulator *vbus_boost; member
180 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()