Lines Matching refs:xceiv
133 usb_otg_state_string(musb->xceiv->otg->state));
136 switch (musb->xceiv->otg->state) {
143 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
146 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
151 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
160 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
177 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) {
179 usb_otg_state_string(musb->xceiv->otg->state));
192 usb_otg_state_string(musb->xceiv->otg->state),
261 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
266 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
272 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
279 usb_otg_state_string(musb->xceiv->otg->state),
305 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE)
343 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
344 if (IS_ERR_OR_NULL(musb->xceiv))
383 usb_put_phy(musb->xceiv);