Lines Matching refs:setup_state
476 enum tegra_xudc_setup_state setup_state; member
1035 (xudc->setup_state == in tegra_xudc_req_done()
1100 (xudc->setup_state == DATA_STAGE_RECV))) in tegra_xudc_queue_one_trb()
1106 if (xudc->setup_state == DATA_STAGE_XFER || in tegra_xudc_queue_one_trb()
1107 xudc->setup_state == DATA_STAGE_RECV) in tegra_xudc_queue_one_trb()
1112 if (xudc->setup_state == DATA_STAGE_XFER || in tegra_xudc_queue_one_trb()
1113 xudc->setup_state == STATUS_STAGE_XFER) in tegra_xudc_queue_one_trb()
1256 (xudc->setup_state == in __tegra_xudc_ep_queue()
2082 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_gadget_start()
2214 switch (xudc->setup_state) { in tegra_xudc_ep0_req_done()
2216 xudc->setup_state = STATUS_STAGE_RECV; in tegra_xudc_ep0_req_done()
2220 xudc->setup_state = STATUS_STAGE_XFER; in tegra_xudc_ep0_req_done()
2224 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_ep0_req_done()
2585 xudc->setup_state = (ctrl->bRequestType & USB_DIR_IN) ? in tegra_xudc_handle_ep0_setup_packet()
2588 xudc->setup_state = STATUS_STAGE_XFER; in tegra_xudc_handle_ep0_setup_packet()
2597 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_handle_ep0_setup_packet()
2608 if (xudc->setup_state != WAIT_FOR_SETUP) { in tegra_xudc_handle_ep0_event()
2769 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_handle_transfer_event()
2798 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_reset()
2862 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_port_connect()