Lines Matching refs:xceiv
460 switch (musb->xceiv->otg->state) {
466 usb_otg_state_string(musb->xceiv->otg->state));
519 && (musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON))) {
521 usb_otg_state_string(musb->xceiv->otg->state));
538 usb_otg_state_string(musb->xceiv->otg->state),
555 struct usb_otg *otg = musb->xceiv->otg;
569 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
582 switch (musb->xceiv->otg->state) {
585 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
588 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
591 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
599 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
614 usb_otg_state_string(musb->xceiv->otg->state),
681 struct usb_otg *otg = musb->xceiv->otg;
713 if (musb->xceiv->otg->state != OTG_STATE_B_IDLE) {
715 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
721 usb_otg_state_string(musb->xceiv->otg->state), otg_stat);
727 usb_otg_state_string(musb->xceiv->otg->state), otg_stat);
729 switch (musb->xceiv->otg->state) {
776 usb_otg_state_string(musb->xceiv->otg->state), otg_stat);
778 switch (musb->xceiv->otg->state) {
790 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON;
1098 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
1099 if (IS_ERR_OR_NULL(musb->xceiv))
1143 musb->xceiv->set_power = tusb_draw_power;
1153 usb_put_phy(musb->xceiv);
1168 usb_put_phy(musb->xceiv);