Home
last modified time | relevance | path

Searched refs:DWC3_DSTS_SUPERSPEED_PLUS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/dwc3/
Dep0.c331 (dwc->speed == DWC3_DSTS_SUPERSPEED_PLUS)) { in dwc3_ep0_handle_status()
380 (dwc->speed != DWC3_DSTS_SUPERSPEED_PLUS)) in dwc3_ep0_handle_u1()
404 (dwc->speed != DWC3_DSTS_SUPERSPEED_PLUS)) in dwc3_ep0_handle_u2()
Dgadget.c1727 (speed == DWC3_DSTS_SUPERSPEED_PLUS)) in __dwc3_gadget_wakeup()
2840 case DWC3_DSTS_SUPERSPEED_PLUS: in dwc3_gadget_conndone_interrupt()
2889 (speed != DWC3_DSTS_SUPERSPEED_PLUS)) { in dwc3_gadget_conndone_interrupt()
Dcore.h470 #define DWC3_DSTS_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ macro