Lines Matching refs:ep0state
357 dev->ep0state = EP0_IDLE; in ep0_idle()
676 switch (dev->ep0state) { in pxa25x_ep_queue()
693 dev->ep0state = EP0_END_XFER; in pxa25x_ep_queue()
708 DMSG("ep0 i/o, odd state %d\n", dev->ep0state); in pxa25x_ep_queue()
823 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt()
1183 dev->ep0state = EP0_IDLE; in udc_reinit()
1390 if (dev->ep0state == EP0_STALL in udc_watchdog()
1425 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) { in handle_ep0()
1431 switch (dev->ep0state) { in handle_ep0()
1507 dev->ep0state = EP0_IN_DATA_PHASE; in handle_ep0()
1509 dev->ep0state = EP0_OUT_DATA_PHASE; in handle_ep0()
1536 dev->ep0state = EP0_STALL; in handle_ep0()
1540 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0()