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()
671 if (bdc->ep0_state == WAIT_FOR_STATUS_START) { in ep0_queue()
674 bdc->ep0_state = WAIT_FOR_STATUS_XMIT; in ep0_queue()
875 bdc->ep0_state = WAIT_FOR_SETUP; in ep_set_halt()
1069 __func__, ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_setup_recv()
1075 bdc->ep0_state = WAIT_FOR_STATUS_START; in bdc_xsf_ep0_setup_recv()
1077 bdc->ep0_state = WAIT_FOR_DATA_START; in bdc_xsf_ep0_setup_recv()
1082 __func__, ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_setup_recv()
1417 bdc->ep0_state = WAIT_FOR_DATA_START; in ep0_queue_zlp()
1423 bdc->ep0_state = WAIT_FOR_DATA_XMIT; in ep0_queue_zlp()
1521 if (bdc->ep0_state != WAIT_FOR_DATA_START) in bdc_xsf_ep0_data_start()
1524 ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_data_start()
1536 bdc->ep0_state = WAIT_FOR_DATA_XMIT; in bdc_xsf_ep0_data_start()
1538 "ep0_state:%s", ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_data_start()
1554 __func__, ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_status_start()
1567 if ((bdc->ep0_state != WAIT_FOR_STATUS_START) && in bdc_xsf_ep0_status_start()
1568 (bdc->ep0_state != WAIT_FOR_DATA_XMIT)) in bdc_xsf_ep0_status_start()
1571 ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_status_start()
1574 if (bdc->ep0_state == WAIT_FOR_DATA_XMIT) { in bdc_xsf_ep0_status_start()
1575 bdc->ep0_state = STATUS_PENDING; in bdc_xsf_ep0_status_start()
1598 bdc->ep0_state = WAIT_FOR_STATUS_XMIT; in bdc_xsf_ep0_status_start()
1600 "ep0_state:%s", ep0_state_string[bdc->ep0_state]); in bdc_xsf_ep0_status_start()
1611 switch (bdc->ep0_state) { in ep0_xsf_complete()
1613 bdc->ep0_state = WAIT_FOR_STATUS_START; in ep0_xsf_complete()
1616 bdc->ep0_state = WAIT_FOR_SETUP; in ep0_xsf_complete()
1636 ep0_state_string[bdc->ep0_state]); in ep0_xsf_complete()