Lines Matching refs:ep0state
103 if (dev->ep0state == EP0_STALL in udc_watchdog()
143 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
161 state_name[dev->ep0state], in dump_state()
441 dev->ep0state = EP0_IDLE; in ep0_idle()
773 switch (dev->ep0state) { in pxa25x_ep_queue()
791 dev->ep0state = EP0_END_XFER; in pxa25x_ep_queue()
810 dev->ep0state); in pxa25x_ep_queue()
926 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt()
1135 dev->ep0state = EP0_IDLE; in udc_reinit()
1239 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) { in handle_ep0()
1245 switch (dev->ep0state) { in handle_ep0()
1328 dev->ep0state = EP0_IN_DATA_PHASE; in handle_ep0()
1330 dev->ep0state = EP0_OUT_DATA_PHASE; in handle_ep0()
1366 dev->ep0state = EP0_STALL; in handle_ep0()
1370 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0()