Lines Matching refs:ep0_state
21 dwc->ep0_state = EP0_STATE_SETUP; in dwc3_queue_setup_locked()
46 dwc->ep0_state = EP0_STATE_NONE; in dwc3_ep0_reset()
111 switch (dwc->ep0_state) { in dwc3_ep0_xfer_not_ready()
143 dwc->ep0_state = EP0_STATE_STATUS; in dwc3_ep0_xfer_not_ready()
153 dwc->ep0_state = EP0_STATE_STATUS; in dwc3_ep0_xfer_not_ready()
157 zxlogf(ERROR, "dwc3_ep0_xfer_not_ready unhandled state %u\n", dwc->ep0_state); in dwc3_ep0_xfer_not_ready()
165 switch (dwc->ep0_state) { in dwc3_ep0_xfer_complete()
183 dwc->ep0_state = EP0_STATE_DATA_OUT; in dwc3_ep0_xfer_complete()
199 dwc->ep0_state = EP0_STATE_DATA_IN; in dwc3_ep0_xfer_complete()
201 dwc->ep0_state = EP0_STATE_WAIT_NRDY_IN; in dwc3_ep0_xfer_complete()
223 dwc->ep0_state = EP0_STATE_WAIT_NRDY_IN; in dwc3_ep0_xfer_complete()
227 dwc->ep0_state = EP0_STATE_WAIT_NRDY_OUT; in dwc3_ep0_xfer_complete()