Lines Matching refs:xceiv
135 usb_otg_state_string(musb->xceiv->otg->state));
138 switch (musb->xceiv->otg->state) {
145 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
148 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
163 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
185 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
202 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) {
204 usb_otg_state_string(musb->xceiv->otg->state));
217 usb_otg_state_string(musb->xceiv->otg->state),
277 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
282 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
296 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
302 usb_otg_state_string(musb->xceiv->otg->state),
317 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE)
374 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
375 if (IS_ERR_OR_NULL(musb->xceiv)) {
424 usb_put_phy(musb->xceiv);