Lines Matching refs:platdata
66 if (enable && (ci->platdata->phy_mode == USBPHY_INTERFACE_MODE_HSIC)) { in ehci_ci_portpower()
90 if (ci->platdata->notify_event) { in ehci_ci_reset()
91 ret = ci->platdata->notify_event(ci, in ehci_ci_reset()
134 hcd->power_budget = ci->platdata->power_budget; in host_start()
135 hcd->tpl_support = ci->platdata->tpl_support; in host_start()
151 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci)) { in host_start()
152 if (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON) { in host_start()
153 ret = regulator_enable(ci->platdata->reg_vbus); in host_start()
161 priv->reg_vbus = ci->platdata->reg_vbus; in host_start()
165 if (ci->platdata->pins_host) in host_start()
166 pinctrl_select_state(ci->platdata->pctl, in host_start()
167 ci->platdata->pins_host); in host_start()
183 if (ci->platdata->notify_event && in host_start()
184 (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC)) in host_start()
185 ci->platdata->notify_event in host_start()
192 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) && in host_start()
193 (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON)) in host_start()
194 regulator_disable(ci->platdata->reg_vbus); in host_start()
206 if (ci->platdata->notify_event) in host_stop()
207 ci->platdata->notify_event(ci, in host_stop()
213 if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) && in host_stop()
214 (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON)) in host_stop()
215 regulator_disable(ci->platdata->reg_vbus); in host_stop()
220 if (ci->platdata->pins_host && ci->platdata->pins_default) in host_stop()
221 pinctrl_select_state(ci->platdata->pctl, in host_stop()
222 ci->platdata->pins_default); in host_stop()
258 if (ci->platdata->hub_control) { in ci_ehci_hub_control()
259 retval = ci->platdata->hub_control(ci, typeReq, wValue, wIndex, in ci_ehci_hub_control()
289 if (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC) { in ci_ehci_hub_control()
290 if (ci->platdata->notify_event) in ci_ehci_hub_control()
291 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
362 if (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC) { in ci_ehci_bus_suspend()
472 if (ci->platdata->flags & CI_HDRC_REQUIRES_ALIGNED_DMA) { in ci_hdrc_host_init()