Lines Matching refs:xceiv
198 usb_otg_state_string(musb->xceiv->otg->state));
201 switch (musb->xceiv->otg->state) {
212 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
235 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
248 struct usb_otg *otg = musb->xceiv->otg;
309 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
314 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
320 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
330 usb_otg_state_string(musb->xceiv->otg->state),
343 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE)
363 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
364 if (IS_ERR_OR_NULL(musb->xceiv)) {
418 usb_put_phy(musb->xceiv);
466 usb_put_phy(musb->xceiv);