Lines Matching refs:platdata
69 if (enable && (ci->platdata->phy_mode == USBPHY_INTERFACE_MODE_HSIC)) { in ehci_ci_portpower()
126 hcd->power_budget = ci->platdata->power_budget; in host_start()
127 hcd->tpl_support = ci->platdata->tpl_support; in host_start()
142 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci)) { in host_start()
143 if (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON) { in host_start()
144 ret = regulator_enable(ci->platdata->reg_vbus); in host_start()
152 priv->reg_vbus = ci->platdata->reg_vbus; in host_start()
173 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) && in host_start()
174 (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON)) in host_start()
175 regulator_disable(ci->platdata->reg_vbus); in host_start()
189 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) && in host_stop()
190 (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON)) in host_stop()
191 regulator_disable(ci->platdata->reg_vbus); in host_stop()