Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c26 if (pdev->three_stage_setup) { in cdnsp_ep0_stall()
450 pdev->three_stage_setup = false; in cdnsp_setup_analyze()
453 pdev->three_stage_setup = true; in cdnsp_setup_analyze()
H A Dcdnsp-gadget.h1421 u8 three_stage_setup; member
H A Dcdnsp-ring.c1024 pdev->three_stage_setup) { in cdnsp_process_ctrl_td()
2056 num_trbs = (pdev->three_stage_setup) ? 2 : 1; in cdnsp_queue_ctrl_tx()
/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
/openbmc/linux/drivers/usb/dwc3/
H A Dep0.c176 if (dwc->three_stage_setup) { in __dwc3_gadget_ep0_queue()
837 dwc->three_stage_setup = false; in dwc3_ep0_inspect_setup()
841 dwc->three_stage_setup = true; in dwc3_ep0_inspect_setup()
1072 type = dwc->three_stage_setup ? DWC3_TRBCTL_CONTROL_STATUS3 in dwc3_ep0_start_control_status()
H A Dcore.h1087 * @three_stage_setup: set if we perform a three phase setup
1323 unsigned three_stage_setup:1; member