Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h860 #define DWC3_DEPEVT_XFERCOMPLETE 0x01 macro
874 case DWC3_DEPEVT_XFERCOMPLETE: in dwc3_ep_event_string()
H A Dep0.c1101 case DWC3_DEPEVT_XFERCOMPLETE: in dwc3_ep0_interrupt()
H A Dgadget.c1819 is_xfer_complete = (event->endpoint_event == DWC3_DEPEVT_XFERCOMPLETE); in dwc3_endpoint_transfer_complete()
1878 case DWC3_DEPEVT_XFERCOMPLETE: in dwc3_endpoint_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddebug.h268 case DWC3_DEPEVT_XFERCOMPLETE: in dwc3_ep_event_string()
H A Dcore.h1359 #define DWC3_DEPEVT_XFERCOMPLETE 0x01 macro
H A Dep0.c1202 case DWC3_DEPEVT_XFERCOMPLETE: in dwc3_ep0_interrupt()
H A Dgadget.c3880 !(epnum <= 1 && event->endpoint_event == DWC3_DEPEVT_XFERCOMPLETE)) in dwc3_endpoint_interrupt()
3899 case DWC3_DEPEVT_XFERCOMPLETE: in dwc3_endpoint_interrupt()