Home
last modified time | relevance | path

Searched refs:DWC3_REQUEST_STATUS_COMPLETED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dcore.h972 #define DWC3_REQUEST_STATUS_COMPLETED 5 macro
H A Dgadget.c235 if (req->status == DWC3_REQUEST_STATUS_COMPLETED) in dwc3_gadget_giveback()
239 req->status = DWC3_REQUEST_STATUS_COMPLETED; in dwc3_gadget_giveback()
1994 if (WARN(req->status < DWC3_REQUEST_STATUS_COMPLETED, in __dwc3_gadget_ep_queue()