Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c175 struct regulator *vdd_vbus; member
300 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()
728 pmic_typec_port->vdd_vbus = devm_of_regulator_get_optional(dev, in qcom_pmic_typec_port_probe()
731 if (pmic_typec_port->vdd_vbus == ERR_PTR(-ENODEV)) in qcom_pmic_typec_port_probe()
732 pmic_typec_port->vdd_vbus = devm_regulator_get(dev, "vdd-vbus"); in qcom_pmic_typec_port_probe()
733 if (IS_ERR(pmic_typec_port->vdd_vbus)) in qcom_pmic_typec_port_probe()
734 return PTR_ERR(pmic_typec_port->vdd_vbus); in qcom_pmic_typec_port_probe()