Lines Matching refs:xceiv
465 switch (musb->xceiv->otg->state) {
471 usb_otg_state_string(musb->xceiv->otg->state));
525 && (musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON))) {
527 usb_otg_state_string(musb->xceiv->otg->state));
544 usb_otg_state_string(musb->xceiv->otg->state),
561 struct usb_otg *otg = musb->xceiv->otg;
575 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
588 switch (musb->xceiv->otg->state) {
591 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
594 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
597 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
605 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
620 usb_otg_state_string(musb->xceiv->otg->state),
687 struct usb_otg *otg = musb->xceiv->otg;
719 if (musb->xceiv->otg->state != OTG_STATE_B_IDLE) {
721 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
727 usb_otg_state_string(musb->xceiv->otg->state), otg_stat);
733 usb_otg_state_string(musb->xceiv->otg->state), otg_stat);
735 switch (musb->xceiv->otg->state) {
782 usb_otg_state_string(musb->xceiv->otg->state), otg_stat);
784 switch (musb->xceiv->otg->state) {
796 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON;
1113 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
1114 if (IS_ERR_OR_NULL(musb->xceiv))
1158 musb->xceiv->set_power = tusb_draw_power;
1168 usb_put_phy(musb->xceiv);
1185 usb_put_phy(musb->xceiv);