Home
last modified time | relevance | path

Searched refs:xceiv (Results 1 – 25 of 40) sorted by relevance

12

/external/u-boot/drivers/usb/musb-new/
Dam35x.c152 otg_state_string(musb->xceiv->state)); in otg_timer()
155 switch (musb->xceiv->state) { in otg_timer()
162 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
165 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
170 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
182 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
202 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle()
204 otg_state_string(musb->xceiv->state)); in am35x_musb_try_idle()
217 otg_state_string(musb->xceiv->state), in am35x_musb_try_idle()
231 struct usb_otg *otg = musb->xceiv->otg; in am35x_musb_interrupt()
[all …]
Dmusb_core.c342 switch (musb->xceiv->state) { in musb_otg_timer_func()
346 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_otg_timer_func()
352 otg_state_string(musb->xceiv->state)); in musb_otg_timer_func()
354 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in musb_otg_timer_func()
358 otg_state_string(musb->xceiv->state)); in musb_otg_timer_func()
373 dev_dbg(musb->controller, "HNP: stop from %s\n", otg_state_string(musb->xceiv->state)); in musb_hnp_stop()
375 switch (musb->xceiv->state) { in musb_hnp_stop()
379 otg_state_string(musb->xceiv->state)); in musb_hnp_stop()
384 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_hnp_stop()
393 otg_state_string(musb->xceiv->state)); in musb_hnp_stop()
[all …]
Dmusb_dsps.c216 otg_state_string(musb->xceiv->state)); in otg_timer()
219 switch (musb->xceiv->state) { in otg_timer()
226 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
229 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
234 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
247 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
270 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in dsps_musb_try_idle()
272 otg_state_string(musb->xceiv->state)); in dsps_musb_try_idle()
286 otg_state_string(musb->xceiv->state), in dsps_musb_try_idle()
362 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in dsps_interrupt()
[all …]
Dmusb_gadget.c1630 switch (musb->xceiv->state) { in musb_gadget_wakeup()
1660 otg_start_srp(musb->xceiv->otg); in musb_gadget_wakeup()
1671 otg_state_string(musb->xceiv->state)); in musb_gadget_wakeup()
1741 if (!musb->xceiv->set_power) in musb_gadget_vbus_draw()
1743 return usb_phy_set_power(musb->xceiv, mA); in musb_gadget_vbus_draw()
1976 struct usb_otg *otg = musb->xceiv->otg; in musb_gadget_start()
2000 musb->xceiv->state = OTG_STATE_B_IDLE; in musb_gadget_start()
2031 if ((musb->xceiv->last_event == USB_EVENT_ID) in musb_gadget_start()
2037 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_start()
2103 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_stop()
[all …]
Dmusb_core.h370 struct usb_phy *xceiv; member
/external/u-boot/arch/arm/dts/
Dzynq-cc108.dts35 compatible = "usb-nop-xceiv";
40 compatible = "usb-nop-xceiv";
Dzynq-zc770-xm011.dts31 compatible = "usb-nop-xceiv";
Dzynq-zc770-xm011-x16.dts31 compatible = "usb-nop-xceiv";
Dzynq-microzed.dts31 compatible = "usb-nop-xceiv";
Dzynq-zybo.dts32 compatible = "usb-nop-xceiv";
Dzynq-syzygy-hub.dts35 compatible = "usb-nop-xceiv";
Dzynq-zed.dts31 compatible = "usb-nop-xceiv";
Dzynq-zybo-z7.dts42 compatible = "usb-nop-xceiv";
Dzynq-zc770-xm010.dts33 compatible = "usb-nop-xceiv";
Dkeystone-k2g.dtsi206 compatible = "usb-nop-xceiv";
234 compatible = "usb-nop-xceiv";
Dzynq-minized.dts35 compatible = "usb-nop-xceiv";
Darmada-388-helios4.dts132 compatible = "usb-nop-xceiv";
137 compatible = "usb-nop-xceiv";
Dstm32f746-disco.dts33 compatible = "usb-nop-xceiv";
Dstm32f769-disco.dts56 compatible = "usb-nop-xceiv";
Dstm32746g-eval.dts99 compatible = "usb-nop-xceiv";
Domap3-evm-common.dtsi29 compatible = "usb-nop-xceiv";
Dstm32429i-eval.dts93 compatible = "usb-nop-xceiv";
Dzynq-zc706.dts32 compatible = "usb-nop-xceiv";
Dimx7d.dtsi120 compatible = "usb-nop-xceiv";
Dstm32h743i-eval.dts83 compatible = "usb-nop-xceiv";

12