Lines Matching refs:xceiv

1631 	switch (musb->xceiv->state) {  in musb_gadget_wakeup()
1661 otg_start_srp(musb->xceiv->otg); in musb_gadget_wakeup()
1672 otg_state_string(musb->xceiv->state)); in musb_gadget_wakeup()
1742 if (!musb->xceiv->set_power) in musb_gadget_vbus_draw()
1744 return usb_phy_set_power(musb->xceiv, mA); in musb_gadget_vbus_draw()
1966 struct usb_otg *otg = musb->xceiv->otg; in musb_gadget_start()
1990 musb->xceiv->state = OTG_STATE_B_IDLE; in musb_gadget_start()
2021 if ((musb->xceiv->last_event == USB_EVENT_ID) in musb_gadget_start()
2027 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_start()
2093 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_stop()
2107 musb->xceiv->state = OTG_STATE_UNDEFINED; in musb_gadget_stop()
2109 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
2142 switch (musb->xceiv->state) { in musb_g_resume()
2156 otg_state_string(musb->xceiv->state)); in musb_g_resume()
2170 switch (musb->xceiv->state) { in musb_g_suspend()
2173 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_g_suspend()
2188 otg_state_string(musb->xceiv->state)); in musb_g_suspend()
2221 switch (musb->xceiv->state) { in musb_g_disconnect()
2224 otg_state_string(musb->xceiv->state)); in musb_g_disconnect()
2225 musb->xceiv->state = OTG_STATE_A_IDLE; in musb_g_disconnect()
2229 musb->xceiv->state = OTG_STATE_A_WAIT_BCON; in musb_g_disconnect()
2236 musb->xceiv->state = OTG_STATE_B_IDLE; in musb_g_disconnect()
2296 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
2299 musb->xceiv->state = OTG_STATE_A_PERIPHERAL; in musb_g_reset()