Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddebug.h274 status & DEPEVT_STATUS_IOC ? 'I' : 'i', in dwc3_ep_event_string()
286 status & DEPEVT_STATUS_IOC ? 'I' : 'i', in dwc3_ep_event_string()
H A Dcore.h1424 #define DEPEVT_STATUS_IOC BIT(2) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h896 #define DEPEVT_STATUS_IOC (1 << 2) macro
H A Dgadget.c1744 if ((event->status & DEPEVT_STATUS_IOC) && in __dwc3_cleanup_done_trbs()