Lines Matching refs:ep0state
106 if (dev->ep0state == EP0_STALL in udc_watchdog()
146 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
164 state_name[dev->ep0state], in dump_state()
444 dev->ep0state = EP0_IDLE; in ep0_idle()
776 switch (dev->ep0state) { in pxa25x_ep_queue()
794 dev->ep0state = EP0_END_XFER; in pxa25x_ep_queue()
813 dev->ep0state); in pxa25x_ep_queue()
929 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt()
1138 dev->ep0state = EP0_IDLE; in udc_reinit()
1242 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) { in handle_ep0()
1248 switch (dev->ep0state) { in handle_ep0()
1331 dev->ep0state = EP0_IN_DATA_PHASE; in handle_ep0()
1333 dev->ep0state = EP0_OUT_DATA_PHASE; in handle_ep0()
1369 dev->ep0state = EP0_STALL; in handle_ep0()
1373 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0()