Lines Matching refs:ep0state
567 dev->ep0state = EP0_IDLE; in ep0_idle()
887 switch (dev->ep0state) { in pxa25x_ep_queue()
904 dev->ep0state = EP0_END_XFER; in pxa25x_ep_queue()
919 DMSG("ep0 i/o, odd state %d\n", dev->ep0state); in pxa25x_ep_queue()
1034 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt()
1386 dev->ep0state = EP0_IDLE; in udc_reinit()
1618 if (dev->ep0state == EP0_STALL in udc_watchdog()
1653 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) { in handle_ep0()
1659 switch (dev->ep0state) { in handle_ep0()
1735 dev->ep0state = EP0_IN_DATA_PHASE; in handle_ep0()
1737 dev->ep0state = EP0_OUT_DATA_PHASE; in handle_ep0()
1764 dev->ep0state = EP0_STALL; in handle_ep0()
1768 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0()