Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dtrace.h262 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',
Ddebugfs.c666 !!(trb->ctrl & DWC3_TRB_CTRL_LST), in dwc3_trb_ring_show()
Dcore.h762 #define DWC3_TRB_CTRL_LST BIT(1) macro
Dep0.c58 | DWC3_TRB_CTRL_LST); in dwc3_ep0_prepare_one_trb()
/Linux-v4.19/Documentation/driver-api/usb/
Ddwc3.rst655 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',