Searched refs:v3p3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-hs.c | 35 struct regulator *v3p3; member 130 ret = regulator_set_voltage_triplet(uphy->v3p3, 3050000, 3300000, in qcom_usb_hs_phy_power_on() 135 ret = regulator_set_load(uphy->v3p3, 50000); in qcom_usb_hs_phy_power_on() 139 ret = regulator_enable(uphy->v3p3); in qcom_usb_hs_phy_power_on() 169 regulator_disable(uphy->v3p3); in qcom_usb_hs_phy_power_on() 186 regulator_disable(uphy->v3p3); in qcom_usb_hs_phy_power_off() 243 uphy->v3p3 = reg = devm_regulator_get(&ulpi->dev, "v3p3"); in qcom_usb_hs_phy_probe()
|
/kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-hs.c | 35 struct regulator *v3p3; member 131 ret = regulator_set_voltage_triplet(uphy->v3p3, 3050000, 3300000, in qcom_usb_hs_phy_power_on() 136 ret = regulator_set_load(uphy->v3p3, 50000); in qcom_usb_hs_phy_power_on() 140 ret = regulator_enable(uphy->v3p3); in qcom_usb_hs_phy_power_on() 170 regulator_disable(uphy->v3p3); in qcom_usb_hs_phy_power_on() 187 regulator_disable(uphy->v3p3); in qcom_usb_hs_phy_power_off() 244 uphy->v3p3 = reg = devm_regulator_get(&ulpi->dev, "v3p3"); in qcom_usb_hs_phy_probe()
|
Completed in 2 milliseconds