Home
last modified time | relevance | path

Searched refs:DEPEVT_STATUS_SHORT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddebug.h271 status & DEPEVT_STATUS_SHORT ? 'S' : 's', in dwc3_ep_event_string()
283 status & DEPEVT_STATUS_SHORT ? 'S' : 's', in dwc3_ep_event_string()
H A Dcore.h1397 #define DEPEVT_STATUS_SHORT BIT(1) macro
H A Dgadget.c3440 if (event->status & DEPEVT_STATUS_SHORT && !chain) in dwc3_gadget_ep_reclaim_completed_trb()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h922 #define DEPEVT_STATUS_SHORT (1 << 1) macro
H A Dgadget.c1743 if (count && (event->status & DEPEVT_STATUS_SHORT)) in __dwc3_cleanup_done_trbs()