Searched refs:vdd_vbus (Results 1 – 2 of 2) sorted by relevance
175 struct regulator *vdd_vbus; member300 ret = regulator_enable(pmic_typec_port->vdd_vbus); in qcom_pmic_typec_port_vbus_toggle()306 ret = regulator_disable(pmic_typec_port->vdd_vbus); in qcom_pmic_typec_port_vbus_toggle()723 pmic_typec_port->vdd_vbus = devm_regulator_get(dev, "vdd-vbus"); in qcom_pmic_typec_port_probe()724 if (IS_ERR(pmic_typec_port->vdd_vbus)) in qcom_pmic_typec_port_probe()725 return PTR_ERR(pmic_typec_port->vdd_vbus); in qcom_pmic_typec_port_probe()
1570 regulator-name = "vdd_vbus";