Searched refs:xceiv (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_dsps.c221 otg_state_string(musb->xceiv->state));
224 switch (musb->xceiv->state) {
231 musb->xceiv->state = OTG_STATE_B_IDLE;
234 musb->xceiv->state = OTG_STATE_A_IDLE;
239 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE;
252 musb->xceiv->state = OTG_STATE_A_IDLE;
275 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) {
277 otg_state_string(musb->xceiv->state));
291 otg_state_string(musb->xceiv->state),
367 musb->xceiv
[all...]
H A Dam35x.c156 otg_state_string(musb->xceiv->state));
159 switch (musb->xceiv->state) {
166 musb->xceiv->state = OTG_STATE_B_IDLE;
169 musb->xceiv->state = OTG_STATE_A_IDLE;
174 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE;
186 musb->xceiv->state = OTG_STATE_A_IDLE;
206 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) {
208 otg_state_string(musb->xceiv->state));
221 otg_state_string(musb->xceiv->state),
235 struct usb_otg *otg = musb->xceiv
[all...]
H A Dmusb_core.c350 switch (musb->xceiv->state) {
354 musb->xceiv->state = OTG_STATE_B_PERIPHERAL;
360 otg_state_string(musb->xceiv->state));
362 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL;
366 otg_state_string(musb->xceiv->state));
381 dev_dbg(musb->controller, "HNP: stop from %s\n", otg_state_string(musb->xceiv->state));
383 switch (musb->xceiv->state) {
387 otg_state_string(musb->xceiv->state));
392 musb->xceiv->state = OTG_STATE_B_PERIPHERAL;
401 otg_state_string(musb->xceiv
[all...]
H A Dmusb_gadget.c1636 switch (musb->xceiv->state) {
1666 otg_start_srp(musb->xceiv->otg);
1677 otg_state_string(musb->xceiv->state));
1747 if (!musb->xceiv->set_power)
1749 return usb_phy_set_power(musb->xceiv, mA);
1982 struct usb_otg *otg = musb->xceiv->otg;
2006 musb->xceiv->state = OTG_STATE_B_IDLE;
2037 if ((musb->xceiv->last_event == USB_EVENT_ID)
2043 if (musb->xceiv->last_event == USB_EVENT_NONE)
2109 if (musb->xceiv
[all...]
H A Dmusb_core.h370 struct usb_phy *xceiv; member in struct:musb
H A Dmusb_host.c2337 switch (musb->xceiv->state) {
2347 musb->xceiv->state = OTG_STATE_A_WAIT_BCON;
2355 otg_state_string(musb->xceiv->state));

Completed in 111 milliseconds