Lines Matching refs:state
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;
219 * when to switch to the A-Default state machine (by setting
224 * grounded and we're now in the A-Default state machine.
235 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
265 * mask, state, "vector", and EOI registers.
285 * switch appropriately between halves of the OTG state machine.
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)
391 /* On dm355, the default-A state machine needs DRVVBUS control.