Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-qcom-8x16-usb.c81 static int phy_8x16_regulators_enable(struct phy_8x16 *qphy) in phy_8x16_regulators_enable() argument
85 ret = regulator_set_voltage(qphy->vdd, HSPHY_VDD_MIN, HSPHY_VDD_MAX); in phy_8x16_regulators_enable()
89 ret = regulator_enable(qphy->vdd); in phy_8x16_regulators_enable()
93 ret = regulator_set_voltage(qphy->v3p3, HSPHY_3P3_MIN, HSPHY_3P3_MAX); in phy_8x16_regulators_enable()
97 ret = regulator_enable(qphy->v3p3); in phy_8x16_regulators_enable()
101 ret = regulator_set_voltage(qphy->v1p8, HSPHY_1P8_MIN, HSPHY_1P8_MAX); in phy_8x16_regulators_enable()
105 ret = regulator_enable(qphy->v1p8); in phy_8x16_regulators_enable()
112 regulator_disable(qphy->v3p3); in phy_8x16_regulators_enable()
114 regulator_disable(qphy->vdd); in phy_8x16_regulators_enable()
119 static void phy_8x16_regulators_disable(struct phy_8x16 *qphy) in phy_8x16_regulators_disable() argument
[all …]