Lines Matching refs:state
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),
236 * switch appropriately between halves of the OTG state machine.
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)