Lines Matching refs:ep0_state
391 switch (bdc->ep0_state) { in setup_first_bd_ep0()
417 ep0_state_string[bdc->ep0_state]); in setup_first_bd_ep0()
670 if (bdc->ep0_state == WAIT_FOR_STATUS_START) { in ep0_queue()
673 bdc->ep0_state = WAIT_FOR_STATUS_XMIT; in ep0_queue()
877 bdc->ep0_state = WAIT_FOR_SETUP; in ep_set_halt()
1071 __func__, ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_setup_recv()
1077 bdc->ep0_state = WAIT_FOR_STATUS_START; in bdc_xsf_ep0_setup_recv()
1079 bdc->ep0_state = WAIT_FOR_DATA_START; in bdc_xsf_ep0_setup_recv()
1084 __func__, ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_setup_recv()
1419 bdc->ep0_state = WAIT_FOR_DATA_START; in ep0_queue_zlp()
1425 bdc->ep0_state = WAIT_FOR_DATA_XMIT; in ep0_queue_zlp()
1523 if (bdc->ep0_state != WAIT_FOR_DATA_START) in bdc_xsf_ep0_data_start()
1526 ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_data_start()
1538 bdc->ep0_state = WAIT_FOR_DATA_XMIT; in bdc_xsf_ep0_data_start()
1540 "ep0_state:%s", ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_data_start()
1556 __func__, ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_status_start()
1569 if ((bdc->ep0_state != WAIT_FOR_STATUS_START) && in bdc_xsf_ep0_status_start()
1570 (bdc->ep0_state != WAIT_FOR_DATA_XMIT)) in bdc_xsf_ep0_status_start()
1573 ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_status_start()
1576 if (bdc->ep0_state == WAIT_FOR_DATA_XMIT) { in bdc_xsf_ep0_status_start()
1577 bdc->ep0_state = STATUS_PENDING; in bdc_xsf_ep0_status_start()
1600 bdc->ep0_state = WAIT_FOR_STATUS_XMIT; in bdc_xsf_ep0_status_start()
1602 "ep0_state:%s", ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_status_start()
1613 switch (bdc->ep0_state) { in ep0_xsf_complete()
1615 bdc->ep0_state = WAIT_FOR_STATUS_START; in ep0_xsf_complete()
1618 bdc->ep0_state = WAIT_FOR_SETUP; in ep0_xsf_complete()
1638 ep0_state_string[bdc->ep0_state]); in ep0_xsf_complete()