Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Ddebug.h293 status & DEPEVT_STATUS_LST ? 'L' : 'l'); in dwc3_ep_event_string()
305 status & DEPEVT_STATUS_LST ? 'M' : 'm'); in dwc3_ep_event_string()
H A Dcore.h1475 #define DEPEVT_STATUS_LST BIT(3) /* XferComplete */ macro