Home
last modified time | relevance | path

Searched refs:DWC2_EP0_SETUP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/usb/dwc2/
Dcore.h231 DWC2_EP0_SETUP, enumerator
Dgadget.c1211 if (!(index == 0 && hsotg->ep0_state == DWC2_EP0_SETUP)) in dwc2_hsotg_start_req()
1378 case DWC2_EP0_SETUP: in dwc2_gadget_set_ep0_desc_chain()
2053 hsotg->ep0_state = DWC2_EP0_SETUP; in dwc2_hsotg_enqueue_setup()
2515 if (hsotg->ep0_state == DWC2_EP0_SETUP) in dwc2_hsotg_handle_rx()
2529 WARN_ON(hsotg->ep0_state != DWC2_EP0_SETUP); in dwc2_hsotg_handle_rx()
3059 hsotg->ep0_state == DWC2_EP0_SETUP && !(ints & DXEPINT_SETUP)) in dwc2_hsotg_epint()