Home
last modified time | relevance | path

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

/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.h1419 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()
/linux/drivers/usb/dwc3/
H A Dcore.h1349 unsigned three_stage_setup:1; member