• Home
  • Raw
  • Download

Lines Matching refs:xceiv

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