Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c198 if (dwc->three_stage_setup) { in __dwc3_gadget_ep0_queue()
744 dwc->three_stage_setup = false; in dwc3_ep0_inspect_setup()
748 dwc->three_stage_setup = true; in dwc3_ep0_inspect_setup()
995 type = dwc->three_stage_setup ? DWC3_TRBCTL_CONTROL_STATUS3 in dwc3_ep0_start_control_status()
H A Dcore.h804 unsigned three_stage_setup:1; member