Lines Matching refs:xceiv

1630 	switch (musb->xceiv->state) {  in musb_gadget_wakeup()
1660 otg_start_srp(musb->xceiv->otg); in musb_gadget_wakeup()
1671 otg_state_string(musb->xceiv->state)); in musb_gadget_wakeup()
1741 if (!musb->xceiv->set_power) in musb_gadget_vbus_draw()
1743 return usb_phy_set_power(musb->xceiv, mA); in musb_gadget_vbus_draw()
1965 struct usb_otg *otg = musb->xceiv->otg; in musb_gadget_start()
1989 musb->xceiv->state = OTG_STATE_B_IDLE; in musb_gadget_start()
2020 if ((musb->xceiv->last_event == USB_EVENT_ID) in musb_gadget_start()
2026 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_start()
2092 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_stop()
2106 musb->xceiv->state = OTG_STATE_UNDEFINED; in musb_gadget_stop()
2108 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
2141 switch (musb->xceiv->state) { in musb_g_resume()
2155 otg_state_string(musb->xceiv->state)); in musb_g_resume()
2169 switch (musb->xceiv->state) { in musb_g_suspend()
2172 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_g_suspend()
2187 otg_state_string(musb->xceiv->state)); in musb_g_suspend()
2220 switch (musb->xceiv->state) { in musb_g_disconnect()
2223 otg_state_string(musb->xceiv->state)); in musb_g_disconnect()
2224 musb->xceiv->state = OTG_STATE_A_IDLE; in musb_g_disconnect()
2228 musb->xceiv->state = OTG_STATE_A_WAIT_BCON; in musb_g_disconnect()
2235 musb->xceiv->state = OTG_STATE_B_IDLE; in musb_g_disconnect()
2295 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
2298 musb->xceiv->state = OTG_STATE_A_PERIPHERAL; in musb_g_reset()