Lines Matching refs:ep0_state
643 dev_dbg(hsotg->dev, "ep0 state:%d\n", hsotg->ep0_state); in s3c_hsotg_start_req()
646 if (!(index == 0 && hsotg->ep0_state == DWC2_EP0_SETUP)) in s3c_hsotg_start_req()
1210 hsotg->ep0_state = DWC2_EP0_STATUS_IN; in s3c_hsotg_process_control()
1213 hsotg->ep0_state = DWC2_EP0_DATA_IN; in s3c_hsotg_process_control()
1216 hsotg->ep0_state = DWC2_EP0_DATA_OUT; in s3c_hsotg_process_control()
1318 hsotg->ep0_state = DWC2_EP0_SETUP; in s3c_hsotg_enqueue_setup()
1505 hsotg->ep0_state = dir_in ? DWC2_EP0_STATUS_IN : DWC2_EP0_STATUS_OUT; in s3c_hsotg_ep0_zlp()
1533 if (epnum == 0 && hsotg->ep0_state == DWC2_EP0_STATUS_OUT) { in s3c_hsotg_handle_outdone()
1574 if (epnum == 0 && hsotg->ep0_state == DWC2_EP0_DATA_OUT) { in s3c_hsotg_handle_outdone()
1655 if (hsotg->ep0_state == DWC2_EP0_SETUP) in s3c_hsotg_handle_rx()
1669 WARN_ON(hsotg->ep0_state != DWC2_EP0_SETUP); in s3c_hsotg_handle_rx()
1850 if (hs_ep->index == 0 && hsotg->ep0_state == DWC2_EP0_STATUS_IN) { in s3c_hsotg_complete_in()
1905 if (hs_ep->index == 0 && hsotg->ep0_state == DWC2_EP0_DATA_IN) { in s3c_hsotg_complete_in()