• Home
  • Raw
  • Download

Lines Matching refs:xceiv

1526 	switch (musb->xceiv->otg->state) {  in musb_gadget_wakeup()
1556 otg_start_srp(musb->xceiv->otg); in musb_gadget_wakeup()
1567 usb_otg_state_string(musb->xceiv->otg->state)); in musb_gadget_wakeup()
1631 return usb_phy_set_power(musb->xceiv, mA); in musb_gadget_vbus_draw()
1788 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in musb_gadget_setup()
1835 struct usb_otg *otg = musb->xceiv->otg; in musb_gadget_start()
1853 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in musb_gadget_start()
1862 if (musb->xceiv->last_event == USB_EVENT_ID) in musb_gadget_start()
1898 musb->xceiv->otg->state = OTG_STATE_UNDEFINED; in musb_gadget_stop()
1900 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
1929 switch (musb->xceiv->otg->state) { in musb_g_resume()
1943 usb_otg_state_string(musb->xceiv->otg->state)); in musb_g_resume()
1955 switch (musb->xceiv->otg->state) { in musb_g_suspend()
1958 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_g_suspend()
1973 usb_otg_state_string(musb->xceiv->otg->state)); in musb_g_suspend()
2004 switch (musb->xceiv->otg->state) { in musb_g_disconnect()
2007 usb_otg_state_string(musb->xceiv->otg->state)); in musb_g_disconnect()
2008 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_g_disconnect()
2012 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_g_disconnect()
2019 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in musb_g_disconnect()
2083 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
2086 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
2089 musb->xceiv->otg->state = OTG_STATE_A_PERIPHERAL; in musb_g_reset()