Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dep0.c330 if ((dwc->speed == DWC3_DSTS_SUPERSPEED) || in dwc3_ep0_handle_status()
379 if ((dwc->speed != DWC3_DSTS_SUPERSPEED) && in dwc3_ep0_handle_u1()
401 if ((dwc->speed != DWC3_DSTS_SUPERSPEED) && in dwc3_ep0_handle_u2()
Dgadget.c1595 if ((speed == DWC3_DSTS_SUPERSPEED) || in __dwc3_gadget_wakeup()
2692 case DWC3_DSTS_SUPERSPEED: in dwc3_gadget_conndone_interrupt()
2735 (speed != DWC3_DSTS_SUPERSPEED) && in dwc3_gadget_conndone_interrupt()
Dcore.h461 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro