Searched refs:reg_vbus (Results 1 – 3 of 3) sorted by relevance
29 struct regulator *reg_vbus;47 if (priv->reg_vbus && enable != priv->enabled) { in ehci_ci_portpower() 54 ret = regulator_enable(priv->reg_vbus); in ehci_ci_portpower() 56 ret = regulator_disable(priv->reg_vbus); in ehci_ci_portpower() 157 priv->reg_vbus = NULL; in host_start() 159 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci)) { in host_start() 161 ret = regulator_enable(ci->platdata->reg_vbus); in host_start() 169 priv->reg_vbus = ci->platdata->reg_vbus; in host_start() 200 if (ci->platdata->reg_vbus in host_start() 28 struct regulator *reg_vbus; global() member [all...]
467 if (ci->platdata->reg_vbus) { in ci_otg_drv_vbus()468 ret = regulator_enable(ci->platdata->reg_vbus); in ci_otg_drv_vbus()486 if (ci->platdata->reg_vbus) in ci_otg_drv_vbus()487 regulator_disable(ci->platdata->reg_vbus); in ci_otg_drv_vbus()
95 reg_vbus: regulator-vbus { label224 vbus-supply = <®_vbus>;