Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c33 #define NUM_BULK_REGS 2 macro
40 struct regulator_bulk_data regs[NUM_BULK_REGS];
95 ret = regulator_bulk_enable(NUM_BULK_REGS, priv->regs); in qcom_ssphy_power_on()
116 regulator_bulk_disable(NUM_BULK_REGS, priv->regs); in qcom_ssphy_power_on()
130 regulator_bulk_disable(NUM_BULK_REGS, priv->regs); in qcom_ssphy_power_off()
150 ret = devm_regulator_bulk_get(priv->dev, NUM_BULK_REGS, priv->regs); in qcom_ssphy_init_regulator()